]>
granicus.if.org Git - postgis/log
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
Sandro Santilli [Wed, 19 Nov 2003 18:01:31 +0000 (18:01 +0000)]
CR removed
git-svn-id: http://svn.osgeo.org/postgis/trunk@372
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Nov 2003 17:50:18 +0000 (17:50 +0000)]
missing function definition added (I forgot - sorry)
git-svn-id: http://svn.osgeo.org/postgis/trunk@371
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Nov 2003 15:44:51 +0000 (15:44 +0000)]
added prototypes for geometry_{le,ge,cmp}
git-svn-id: http://svn.osgeo.org/postgis/trunk@370
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Nov 2003 15:29:21 +0000 (15:29 +0000)]
Added default btree operator class for PG7.4
git-svn-id: http://svn.osgeo.org/postgis/trunk@369
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Nov 2003 15:26:57 +0000 (15:26 +0000)]
Added geometry_le, geometry_ge, geometry_cmp functions,
modified geometry_lt, geometry_gt, geometry_eq to be consistent.
git-svn-id: http://svn.osgeo.org/postgis/trunk@368
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Nov 2003 15:23:27 +0000 (15:23 +0000)]
Fixed wrong COMMUTATOR specifications in '<','>','~=','@' operators,
added new '<=', '>=' operators
git-svn-id: http://svn.osgeo.org/postgis/trunk@367
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 19 Nov 2003 10:27:10 +0000 (10:27 +0000)]
typo fixed (ENABLE_SEQSCAN missing) - PG7.4 support listed in 2.2
git-svn-id: http://svn.osgeo.org/postgis/trunk@366
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Nov 2003 14:58:47 +0000 (14:58 +0000)]
default row buffer lenght set to 100
git-svn-id: http://svn.osgeo.org/postgis/trunk@365
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Nov 2003 14:39:26 +0000 (14:39 +0000)]
Some more structuring. Initialization routine moved out of main loop.
Preparing dumper for WKB parsing.
git-svn-id: http://svn.osgeo.org/postgis/trunk@364
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 16 Nov 2003 00:27:46 +0000 (00:27 +0000)]
Huge code re-organization. More structured code, more errors handled,
cursor based iteration, less code lines.
git-svn-id: http://svn.osgeo.org/postgis/trunk@363
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 14 Nov 2003 22:04:51 +0000 (22:04 +0000)]
Used environment vars to pass libpq connection options (less error prone,
easier to read). Printed clearer error message on query error.
git-svn-id: http://svn.osgeo.org/postgis/trunk@362
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 13 Nov 2003 13:14:49 +0000 (13:14 +0000)]
used quote_ident() calls in AddGeometryColumns as suggested by Bernhard Herzog
git-svn-id: http://svn.osgeo.org/postgis/trunk@361
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 12 Nov 2003 20:59:06 +0000 (20:59 +0000)]
more cvsignore
git-svn-id: http://svn.osgeo.org/postgis/trunk@360
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 12 Nov 2003 20:57:00 +0000 (20:57 +0000)]
first import
git-svn-id: http://svn.osgeo.org/postgis/trunk@359
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 12 Nov 2003 20:55:18 +0000 (20:55 +0000)]
AddGeometryColumn column identifier case respect fix as suggested by Bernhard Herzog
git-svn-id: http://svn.osgeo.org/postgis/trunk@358
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 12 Nov 2003 16:36:04 +0000 (16:36 +0000)]
delete all caught exceptions after use
git-svn-id: http://svn.osgeo.org/postgis/trunk@357
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 11 Nov 2003 11:28:07 +0000 (11:28 +0000)]
Added (mem)GeomUnion and (mem_)collect aggregates documentation, updated Centroid paragraph
git-svn-id: http://svn.osgeo.org/postgis/trunk@356
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 11 Nov 2003 10:58:43 +0000 (10:58 +0000)]
Fixed a typo in envelope()
git-svn-id: http://svn.osgeo.org/postgis/trunk@355
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 11 Nov 2003 10:38:23 +0000 (10:38 +0000)]
Postgresql 7.4 enabler scripts.
git-svn-id: http://svn.osgeo.org/postgis/trunk@354
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 11 Nov 2003 10:14:57 +0000 (10:14 +0000)]
Added support for PG74
git-svn-id: http://svn.osgeo.org/postgis/trunk@353
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 5 Nov 2003 18:26:54 +0000 (18:26 +0000)]
Added fast collect() and geomunion() aggregates implementations
git-svn-id: http://svn.osgeo.org/postgis/trunk@352
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 5 Nov 2003 18:25:08 +0000 (18:25 +0000)]
moved #ifdef USE_GEOS below prototypes, added NULL implementation of unite_garray
git-svn-id: http://svn.osgeo.org/postgis/trunk@351
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 5 Nov 2003 18:02:41 +0000 (18:02 +0000)]
renamed unite_finalfunc to unite_garray
git-svn-id: http://svn.osgeo.org/postgis/trunk@350
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 5 Nov 2003 17:48:04 +0000 (17:48 +0000)]
Added GEOS support tips to installation instructions
git-svn-id: http://svn.osgeo.org/postgis/trunk@349
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 5 Nov 2003 11:00:18 +0000 (11:00 +0000)]
postgis.xml put back in place. Makefile modified to generate a
postgis-out.xml from postgis.xml.
git-svn-id: http://svn.osgeo.org/postgis/trunk@348
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 4 Nov 2003 21:54:14 +0000 (21:54 +0000)]
made last release version a parameter
git-svn-id: http://svn.osgeo.org/postgis/trunk@347
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 4 Nov 2003 21:52:23 +0000 (21:52 +0000)]
added 'global' specification to sed command
git-svn-id: http://svn.osgeo.org/postgis/trunk@346
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 4 Nov 2003 19:23:39 +0000 (19:23 +0000)]
renamed postgis.xml to postgis.xml.in
git-svn-id: http://svn.osgeo.org/postgis/trunk@345
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 4 Nov 2003 19:20:48 +0000 (19:20 +0000)]
dropped 'clean' rule (not really a good idea right now)
git-svn-id: http://svn.osgeo.org/postgis/trunk@344
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 4 Nov 2003 19:07:13 +0000 (19:07 +0000)]
added doc clean in clean rule
git-svn-id: http://svn.osgeo.org/postgis/trunk@343
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 4 Nov 2003 19:06:08 +0000 (19:06 +0000)]
added missing first geom pfree in unite_finalfunc
git-svn-id: http://svn.osgeo.org/postgis/trunk@342
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 4 Nov 2003 18:56:14 +0000 (18:56 +0000)]
initial import
git-svn-id: http://svn.osgeo.org/postgis/trunk@341
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 29 Oct 2003 15:53:10 +0000 (15:53 +0000)]
geoscentroid() removed. both geos and pgis versions are called 'centroid'.
only one version will be compiled based on USE_GEOS flag.
git-svn-id: http://svn.osgeo.org/postgis/trunk@340
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 29 Oct 2003 13:59:40 +0000 (13:59 +0000)]
Added geoscentroid function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@339
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 29 Oct 2003 13:58:28 +0000 (13:58 +0000)]
Added GEOSGetCentroid() function
git-svn-id: http://svn.osgeo.org/postgis/trunk@338
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 28 Oct 2003 16:57:35 +0000 (16:57 +0000)]
Added collect_garray() function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@337
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 28 Oct 2003 15:16:17 +0000 (15:16 +0000)]
unite_sfunc() from postgis_geos.c renamed to geom_accum() and moved in postgis_fn.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@336
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 28 Oct 2003 11:18:27 +0000 (11:18 +0000)]
Added Algorithms section and simplify() enabler code
git-svn-id: http://svn.osgeo.org/postgis/trunk@335
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 28 Oct 2003 11:16:46 +0000 (11:16 +0000)]
Added postgis_algo.c prototypes
git-svn-id: http://svn.osgeo.org/postgis/trunk@334
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 28 Oct 2003 11:16:22 +0000 (11:16 +0000)]
Added postgis_algo.c build support
git-svn-id: http://svn.osgeo.org/postgis/trunk@333
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 28 Oct 2003 10:59:55 +0000 (10:59 +0000)]
handled NULL state array in unite_finalfunc, cleaned up some spurios code
git-svn-id: http://svn.osgeo.org/postgis/trunk@332
b70326c6 -7e19-0410-871a-
916f4a2858ee