]>
granicus.if.org Git - postgis/log
Sandro Santilli [Sat, 6 Mar 2004 17:35:59 +0000 (17:35 +0000)]
Added rcsid string to usage output
git-svn-id: http://svn.osgeo.org/postgis/trunk@474
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 5 Mar 2004 21:06:04 +0000 (21:06 +0000)]
Added -vacuum switch
git-svn-id: http://svn.osgeo.org/postgis/trunk@473
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 5 Mar 2004 21:03:18 +0000 (21:03 +0000)]
Made the -bps switch specify the exact level(s) at which to run the test
git-svn-id: http://svn.osgeo.org/postgis/trunk@472
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Fri, 5 Mar 2004 18:25:34 +0000 (18:25 +0000)]
Empty files - preparing for writting actual code.
git-svn-id: http://svn.osgeo.org/postgis/trunk@471
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Fri, 5 Mar 2004 18:23:47 +0000 (18:23 +0000)]
Same as the one in the above directory
git-svn-id: http://svn.osgeo.org/postgis/trunk@470
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Fri, 5 Mar 2004 18:23:22 +0000 (18:23 +0000)]
moved to lwgeom/ directory
git-svn-id: http://svn.osgeo.org/postgis/trunk@469
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 5 Mar 2004 18:16:47 +0000 (18:16 +0000)]
Applied Mark Cave-Ayland patch
git-svn-id: http://svn.osgeo.org/postgis/trunk@468
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 5 Mar 2004 16:40:30 +0000 (16:40 +0000)]
rewritten split_extent to be more datatype-conservative
git-svn-id: http://svn.osgeo.org/postgis/trunk@467
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 5 Mar 2004 16:01:02 +0000 (16:01 +0000)]
added -bps switch to set maximun query level. reworked command line parsing
git-svn-id: http://svn.osgeo.org/postgis/trunk@466
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 5 Mar 2004 15:29:35 +0000 (15:29 +0000)]
more verbose output
git-svn-id: http://svn.osgeo.org/postgis/trunk@465
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 5 Mar 2004 11:52:24 +0000 (11:52 +0000)]
initial import
git-svn-id: http://svn.osgeo.org/postgis/trunk@464
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Fri, 5 Mar 2004 00:38:11 +0000 (00:38 +0000)]
Initial version - still under discussion.
git-svn-id: http://svn.osgeo.org/postgis/trunk@463
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 Mar 2004 13:50:45 +0000 (13:50 +0000)]
postgis_gist_sel(): added warnings if search_box goes outside of histogram grid
git-svn-id: http://svn.osgeo.org/postgis/trunk@462
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 Mar 2004 09:44:57 +0000 (09:44 +0000)]
The selectivity estimator does add the full value of each cell it overlaps,
regardless of the actual overlapping area. Final gain is not applied
(formerly 1 / minimun between average feature cells occupation and
search_box cells occupation)
git-svn-id: http://svn.osgeo.org/postgis/trunk@461
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 3 Mar 2004 21:59:48 +0000 (21:59 +0000)]
added check to keep selectivity value in the range of validity (suggested by m.cave)
git-svn-id: http://svn.osgeo.org/postgis/trunk@460
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 2 Mar 2004 11:39:50 +0000 (11:39 +0000)]
cpp call for postgis_new.sql creation uses shell redirection for the output file
git-svn-id: http://svn.osgeo.org/postgis/trunk@459
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 2 Mar 2004 11:37:04 +0000 (11:37 +0000)]
modified to reflect new statistics building process for PG75
git-svn-id: http://svn.osgeo.org/postgis/trunk@458
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 1 Mar 2004 16:02:41 +0000 (16:02 +0000)]
histogram's boxesPerSide computed as a function of the column's statistic target
git-svn-id: http://svn.osgeo.org/postgis/trunk@457
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 29 Feb 2004 21:53:42 +0000 (21:53 +0000)]
bug fix in postgis_gist_sel (for PG75): SysCache is not released if not acquired
git-svn-id: http://svn.osgeo.org/postgis/trunk@456
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 28 Feb 2004 14:44:06 +0000 (14:44 +0000)]
Added rule to generate postgis_new.sql from postgis.sql.in using cpp
git-svn-id: http://svn.osgeo.org/postgis/trunk@455
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 28 Feb 2004 14:43:39 +0000 (14:43 +0000)]
initial import
git-svn-id: http://svn.osgeo.org/postgis/trunk@454
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 26 Feb 2004 16:42:59 +0000 (16:42 +0000)]
Fixed bugs reported by Mark Cave-Ayland <m.cave-ayland@webbased.co.uk>.
Re-introduced previously removed estimate value incrementation by
the fractional part of each of the cells' value computed as the fraction
of overlapping area.
git-svn-id: http://svn.osgeo.org/postgis/trunk@453
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 25 Feb 2004 13:17:31 +0000 (13:17 +0000)]
RTContainedBy and RTOverlap strategries implemented locally with a pgbox_overlap function
git-svn-id: http://svn.osgeo.org/postgis/trunk@452
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 25 Feb 2004 12:00:32 +0000 (12:00 +0000)]
Added handling for point features in histogram creation (add 1 instead of AOI/cell_area when AOI is 0).
Fixed a wrong cast of BOX3D to BOX (called the convertion func).
Added some comments and an implementation on how to change evaluation
based on the average feature and search box cells occupation.
git-svn-id: http://svn.osgeo.org/postgis/trunk@451
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 25 Feb 2004 00:46:26 +0000 (00:46 +0000)]
initial version of && selectivity estimation for PG75
git-svn-id: http://svn.osgeo.org/postgis/trunk@450
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 23 Feb 2004 21:59:16 +0000 (21:59 +0000)]
geometry analyzer builds the histogram
git-svn-id: http://svn.osgeo.org/postgis/trunk@449
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 23 Feb 2004 12:18:55 +0000 (12:18 +0000)]
added skeleton functions for pg75 stats integration
git-svn-id: http://svn.osgeo.org/postgis/trunk@448
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 12 Feb 2004 10:34:49 +0000 (10:34 +0000)]
changed USE_GEOS check from ifdef / ifndef to if / if !
git-svn-id: http://svn.osgeo.org/postgis/trunk@447
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 9 Feb 2004 18:49:23 +0000 (18:49 +0000)]
byte endiannes detected empirically
git-svn-id: http://svn.osgeo.org/postgis/trunk@446
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 6 Feb 2004 08:26:02 +0000 (08:26 +0000)]
updated wkb reading funx to reflect changes made by pramsey in postgis_inout.c to be nicer with solaris
git-svn-id: http://svn.osgeo.org/postgis/trunk@445
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Fri, 6 Feb 2004 00:42:25 +0000 (00:42 +0000)]
moved forward declarations from postgis.h to postgis_proj.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@444
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Thu, 5 Feb 2004 20:31:48 +0000 (20:31 +0000)]
Optimized the curvature method (doesnt have to calculate e2)
git-svn-id: http://svn.osgeo.org/postgis/trunk@443
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Thu, 5 Feb 2004 20:21:14 +0000 (20:21 +0000)]
Added 'curvature method' for cases where the original algorithm breaks down.
git-svn-id: http://svn.osgeo.org/postgis/trunk@442
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 Feb 2004 22:27:02 +0000 (22:27 +0000)]
Added pg75 support scripts
git-svn-id: http://svn.osgeo.org/postgis/trunk@441
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 Feb 2004 22:21:11 +0000 (22:21 +0000)]
Added detection code for PG75
git-svn-id: http://svn.osgeo.org/postgis/trunk@440
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Wed, 4 Feb 2004 02:53:20 +0000 (02:53 +0000)]
applied patricia tozer's patch (distance function was taking acos of something
just slightly outside [-1,1]).
git-svn-id: http://svn.osgeo.org/postgis/trunk@439
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 3 Feb 2004 22:19:34 +0000 (22:19 +0000)]
Backed default sql file location out of contrib insto share
git-svn-id: http://svn.osgeo.org/postgis/trunk@438
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 3 Feb 2004 22:04:56 +0000 (22:04 +0000)]
Real DESTDIR changes this time.
git-svn-id: http://svn.osgeo.org/postgis/trunk@437
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 3 Feb 2004 21:51:38 +0000 (21:51 +0000)]
Ooops, let local configuration slip into cvs version
git-svn-id: http://svn.osgeo.org/postgis/trunk@436
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 3 Feb 2004 21:42:25 +0000 (21:42 +0000)]
Fixed error in -C loader directive
git-svn-id: http://svn.osgeo.org/postgis/trunk@435
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 3 Feb 2004 21:38:31 +0000 (21:38 +0000)]
Added DESTDIR to Makefiles to assist in RPM building.
git-svn-id: http://svn.osgeo.org/postgis/trunk@434
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 Feb 2004 08:37:48 +0000 (08:37 +0000)]
schema support added, slightly modified logic used to keep table and schema names cases (always quoted and forced to lower case if not asked to keep original case)
git-svn-id: http://svn.osgeo.org/postgis/trunk@433
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sun, 25 Jan 2004 19:33:00 +0000 (19:33 +0000)]
Test commit on new CVS archive.
git-svn-id: http://svn.osgeo.org/postgis/trunk@432
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 21 Jan 2004 19:11:54 +0000 (19:11 +0000)]
Added line_interpolate_point entry
git-svn-id: http://svn.osgeo.org/postgis/trunk@431
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 21 Jan 2004 19:04:03 +0000 (19:04 +0000)]
Added line_interpolate_point function by jsunday@rochgrp.com
git-svn-id: http://svn.osgeo.org/postgis/trunk@430
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 20 Jan 2004 20:14:17 +0000 (20:14 +0000)]
cleaner comments for DropGeometryColumn
git-svn-id: http://svn.osgeo.org/postgis/trunk@429
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 20 Jan 2004 20:10:39 +0000 (20:10 +0000)]
removed bogus comment about missed alter table drop column
git-svn-id: http://svn.osgeo.org/postgis/trunk@428
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 16 Jan 2004 20:06:10 +0000 (20:06 +0000)]
Added FTLogical<->boolean mapping
git-svn-id: http://svn.osgeo.org/postgis/trunk@427
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 15 Jan 2004 09:57:07 +0000 (09:57 +0000)]
field type array allocates num_fields * sizeof(int) instead of sizeof(char*)
git-svn-id: http://svn.osgeo.org/postgis/trunk@426
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 15 Jan 2004 00:23:08 +0000 (00:23 +0000)]
Change absolute classpath reference to relative.
git-svn-id: http://svn.osgeo.org/postgis/trunk@425
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 14 Jan 2004 01:52:53 +0000 (01:52 +0000)]
Fix solaris alignment problem in transformations.
git-svn-id: http://svn.osgeo.org/postgis/trunk@424
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 13 Jan 2004 22:14:25 +0000 (22:14 +0000)]
Changed getint and getdouble used by WKB so that it plays nice with
memory alignment (solaris issue).
git-svn-id: http://svn.osgeo.org/postgis/trunk@423
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 13 Jan 2004 20:30:19 +0000 (20:30 +0000)]
Added useless PG_RETURN_NULL() call to make compiler happy
git-svn-id: http://svn.osgeo.org/postgis/trunk@422
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 12 Jan 2004 19:12:01 +0000 (19:12 +0000)]
Updates for 0.8.1 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@420
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 2 Jan 2004 20:11:41 +0000 (20:11 +0000)]
always call setval with no schema specification. drop 'database' argument using the empty string to the AddGeometryColumn call
git-svn-id: http://svn.osgeo.org/postgis/trunk@419
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 30 Dec 2003 13:31:53 +0000 (13:31 +0000)]
made shp2pgsql looser about numeric precisions
git-svn-id: http://svn.osgeo.org/postgis/trunk@418
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 30 Dec 2003 12:37:46 +0000 (12:37 +0000)]
Fixed segfault bug reported by Randy George, removed explicit sequence drop
git-svn-id: http://svn.osgeo.org/postgis/trunk@417
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 30 Dec 2003 10:40:21 +0000 (10:40 +0000)]
For all versions:
Updated fix_geometry_columns to use a more readable format in queries.
For PG >= 73:
Updated fix_geometry_columns() to consider schema when fixing attrelid and
varattnum, also changed empty value to 'public' string for records with
an invalid schema specification.
Updated DropGeometryColumn to actually issue the
ALTER TABLE DROP COLUMN query.
git-svn-id: http://svn.osgeo.org/postgis/trunk@416
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 27 Dec 2003 13:30:23 +0000 (13:30 +0000)]
Added schema specification support
git-svn-id: http://svn.osgeo.org/postgis/trunk@415
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 23 Dec 2003 09:00:12 +0000 (09:00 +0000)]
AddGeometryColumn, DropGeometryColum moved to version-specific scripts.
Schema support enabled for version 73 and 74.
git-svn-id: http://svn.osgeo.org/postgis/trunk@414
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 19 Dec 2003 18:55:46 +0000 (18:55 +0000)]
substituted setenv() calls with putenv() for Solaris support
git-svn-id: http://svn.osgeo.org/postgis/trunk@413
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 18 Dec 2003 18:07:06 +0000 (18:07 +0000)]
Changed fix_geometry_columns() for PG >= 73 so to set f_table_schema to
the empty string if its value is not a valid pg namespace.
git-svn-id: http://svn.osgeo.org/postgis/trunk@412
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 16 Dec 2003 11:04:55 +0000 (11:04 +0000)]
added simplify() documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@411
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 12 Dec 2003 18:00:15 +0000 (18:00 +0000)]
reverted make_line patch, patched size_subobject instead - the reported bug was caused to their inconsistency
git-svn-id: http://svn.osgeo.org/postgis/trunk@410
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 12 Dec 2003 14:39:04 +0000 (14:39 +0000)]
Fixed a bug in make_line allocating less memory then required
git-svn-id: http://svn.osgeo.org/postgis/trunk@409
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 12 Dec 2003 13:34:20 +0000 (13:34 +0000)]
added missing 'const' in prototypes
git-svn-id: http://svn.osgeo.org/postgis/trunk@408
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 12 Dec 2003 12:03:30 +0000 (12:03 +0000)]
More debugging output, some code cleanup.
git-svn-id: http://svn.osgeo.org/postgis/trunk@407
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 12 Dec 2003 10:28:50 +0000 (10:28 +0000)]
added GEOSnoop OUTPUT debugging info
git-svn-id: http://svn.osgeo.org/postgis/trunk@406
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 12 Dec 2003 10:08:24 +0000 (10:08 +0000)]
Added GEOSnoop function and some optional debugging output for
geos<->postgis converter (define DEBUG_CONVERTER at top postgis_geos.c)
git-svn-id: http://svn.osgeo.org/postgis/trunk@405
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Dec 2003 11:58:42 +0000 (11:58 +0000)]
Final touch to wkb binary input function
git-svn-id: http://svn.osgeo.org/postgis/trunk@404
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Dec 2003 11:13:41 +0000 (11:13 +0000)]
WKB_recv: set StringInfo cursor to the end of StringInfo buf as required by postgres backend
git-svn-id: http://svn.osgeo.org/postgis/trunk@403
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 8 Dec 2003 17:57:36 +0000 (17:57 +0000)]
Binary WKB input function built only when USE_VERSION > 73. Making some modifications based on reported failures
git-svn-id: http://svn.osgeo.org/postgis/trunk@402
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 Dec 2003 19:12:48 +0000 (19:12 +0000)]
Removed useless linkages from dumper and loader
git-svn-id: http://svn.osgeo.org/postgis/trunk@401
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 Dec 2003 19:11:56 +0000 (19:11 +0000)]
code cleanup (removed useless and leaking malloc calls)
git-svn-id: http://svn.osgeo.org/postgis/trunk@400
b70326c6 -7e19-0410-871a-
916f4a2858ee
David Blasby [Thu, 4 Dec 2003 18:58:35 +0000 (18:58 +0000)]
changed david skae to skea
git-svn-id: http://svn.osgeo.org/postgis/trunk@399
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 1 Dec 2003 20:52:00 +0000 (20:52 +0000)]
shapelib put in sync with gdal cvs
git-svn-id: http://svn.osgeo.org/postgis/trunk@398
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 1 Dec 2003 14:27:58 +0000 (14:27 +0000)]
added simple malloc wrapper
git-svn-id: http://svn.osgeo.org/postgis/trunk@397
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Nov 2003 11:28:03 +0000 (11:28 +0000)]
Some more changes, now useless since wkb.h is no more used (just to get in sync)
git-svn-id: http://svn.osgeo.org/postgis/trunk@396
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Nov 2003 11:25:31 +0000 (11:25 +0000)]
Added explicit geometry as text cast
git-svn-id: http://svn.osgeo.org/postgis/trunk@395
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Nov 2003 11:06:49 +0000 (11:06 +0000)]
Added WKB_recv function for binary WKB input
git-svn-id: http://svn.osgeo.org/postgis/trunk@394
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Nov 2003 18:54:22 +0000 (18:54 +0000)]
fixed bug in HexDecoder, made WKB parsing the default
git-svn-id: http://svn.osgeo.org/postgis/trunk@393
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Nov 2003 18:14:11 +0000 (18:14 +0000)]
binary cursor implemented
git-svn-id: http://svn.osgeo.org/postgis/trunk@392
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Nov 2003 17:21:00 +0000 (17:21 +0000)]
Made HEXWKB parsing settable at compile time
git-svn-id: http://svn.osgeo.org/postgis/trunk@391
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Nov 2003 16:40:41 +0000 (16:40 +0000)]
Handled NULLS in wkb parsing, reduced functions args
git-svn-id: http://svn.osgeo.org/postgis/trunk@390
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Nov 2003 15:45:53 +0000 (15:45 +0000)]
wkb support for all geom types
git-svn-id: http://svn.osgeo.org/postgis/trunk@389
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Nov 2003 14:31:20 +0000 (14:31 +0000)]
WKB start to work
git-svn-id: http://svn.osgeo.org/postgis/trunk@388
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Nov 2003 17:32:47 +0000 (17:32 +0000)]
first attempt at wkb definitions
git-svn-id: http://svn.osgeo.org/postgis/trunk@387
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 25 Nov 2003 17:28:03 +0000 (17:28 +0000)]
hardly trying to get WKB parsing work
git-svn-id: http://svn.osgeo.org/postgis/trunk@386
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 25 Nov 2003 03:03:01 +0000 (03:03 +0000)]
Updates for 0.8.0 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@385
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 25 Nov 2003 02:38:23 +0000 (02:38 +0000)]
Fixed syntax error in execution example.
git-svn-id: http://svn.osgeo.org/postgis/trunk@384
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 24 Nov 2003 17:36:28 +0000 (17:36 +0000)]
Removed useless BYTE_ORDER checks
git-svn-id: http://svn.osgeo.org/postgis/trunk@383
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 21 Nov 2003 23:51:14 +0000 (23:51 +0000)]
Added Cygwin endian definition include to fix windows compile.
git-svn-id: http://svn.osgeo.org/postgis/trunk@381
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 18:01:26 +0000 (18:01 +0000)]
patch from m.spring@gmx.de
git-svn-id: http://svn.osgeo.org/postgis/trunk@380
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 17:51:43 +0000 (17:51 +0000)]
Installs for PG>7.1 goes to pkglibdir
git-svn-id: http://svn.osgeo.org/postgis/trunk@379
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 16:46:22 +0000 (16:46 +0000)]
postgresql linking against libstdc++ reported as possibly needed for geos support
git-svn-id: http://svn.osgeo.org/postgis/trunk@378
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 15:54:02 +0000 (15:54 +0000)]
Updated postgis library path to be referenced with /..
git-svn-id: http://svn.osgeo.org/postgis/trunk@377
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 15:34:02 +0000 (15:34 +0000)]
expected in-transaction memory release for btree operators
git-svn-id: http://svn.osgeo.org/postgis/trunk@376
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 15:29:43 +0000 (15:29 +0000)]
Moved MODULE_FILENAME definition where it will be easly modifiable
git-svn-id: http://svn.osgeo.org/postgis/trunk@375
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 15:27:20 +0000 (15:27 +0000)]
Removed some useless strdups.
Removed pgtype 22 (int2vector) from the list of integer DBF field types.
Added pgtype 1700 (numeric) in DBF doubles list.
git-svn-id: http://svn.osgeo.org/postgis/trunk@374
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 20 Nov 2003 14:46:07 +0000 (14:46 +0000)]
Set CFLAGS where useless CPPFLAGS were used before
git-svn-id: http://svn.osgeo.org/postgis/trunk@373
b70326c6 -7e19-0410-871a-
916f4a2858ee