2004-02-23 |
Sandro Santilli | geometry analyzer builds the histogram |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Sandro Santilli | added skeleton functions for pg75 stats integration |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Sandro Santilli | changed USE_GEOS check from ifdef / ifndef to if /... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Sandro Santilli | byte endiannes detected empirically |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Sandro Santilli | updated wkb reading funx to reflect changes made by... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
David Blasby | moved forward declarations from postgis.h to postgis_proj.c |
commit | commitdiff | tree | snapshot |
2004-02-05 |
David Blasby | Optimized the curvature method (doesnt have to calculat... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
David Blasby | Added 'curvature method' for cases where the original... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Sandro Santilli | Added pg75 support scripts |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Sandro Santilli | Added detection code for PG75 |
commit | commitdiff | tree | snapshot |
2004-02-04 |
David Blasby | applied patricia tozer's patch (distance function was... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Paul Ramsey | Backed default sql file location out of contrib insto... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Paul Ramsey | Real DESTDIR changes this time. |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Paul Ramsey | Ooops, let local configuration slip into cvs version |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Paul Ramsey | Fixed error in -C loader directive |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Paul Ramsey | Added DESTDIR to Makefiles to assist in RPM building. |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Sandro Santilli | schema support added, slightly modified logic used... |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Paul Ramsey | Test commit on new CVS archive. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Sandro Santilli | Added line_interpolate_point entry |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Sandro Santilli | Added line_interpolate_point function by jsunday@rochgr... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Sandro Santilli | cleaner comments for DropGeometryColumn |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Sandro Santilli | removed bogus comment about missed alter table drop... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Sandro Santilli | Added FTLogical<->boolean mapping |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Sandro Santilli | field type array allocates num_fields * sizeof(int... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Paul Ramsey | Change absolute classpath reference to relative. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Paul Ramsey | Fix solaris alignment problem in transformations. |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Paul Ramsey | Changed getint and getdouble used by WKB so that it... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Sandro Santilli | Added useless PG_RETURN_NULL() call to make compiler... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Paul Ramsey | Updates for 0.8.1 release. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Sandro Santilli | always call setval with no schema specification. drop... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Sandro Santilli | made shp2pgsql looser about numeric precisions |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Sandro Santilli | Fixed segfault bug reported by Randy George, removed... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Sandro Santilli | For all versions: |
commit | commitdiff | tree | snapshot |
2003-12-27 |
Sandro Santilli | Added schema specification support |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Sandro Santilli | AddGeometryColumn, DropGeometryColum moved to version... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Sandro Santilli | substituted setenv() calls with putenv() for Solaris... |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Sandro Santilli | Changed fix_geometry_columns() for PG >= 73 so to set... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Sandro Santilli | added simplify() documentation |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Sandro Santilli | reverted make_line patch, patched size_subobject instea... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Sandro Santilli | Fixed a bug in make_line allocating less memory then... |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Sandro Santilli | added missing 'const' in prototypes |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Sandro Santilli | More debugging output, some code cleanup. |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Sandro Santilli | added GEOSnoop OUTPUT debugging info |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Sandro Santilli | Added GEOSnoop function and some optional debugging... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Sandro Santilli | Final touch to wkb binary input function |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Sandro Santilli | WKB_recv: set StringInfo cursor to the end of StringInf... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Sandro Santilli | Binary WKB input function built only when USE_VERSION... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Sandro Santilli | Removed useless linkages from dumper and loader |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Sandro Santilli | code cleanup (removed useless and leaking malloc calls) |
commit | commitdiff | tree | snapshot |
2003-12-04 |
David Blasby | changed david skae to skea |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Sandro Santilli | shapelib put in sync with gdal cvs |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Sandro Santilli | added simple malloc wrapper |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Sandro Santilli | Some more changes, now useless since wkb.h is no more... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Sandro Santilli | Added explicit geometry as text cast |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Sandro Santilli | Added WKB_recv function for binary WKB input |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Sandro Santilli | fixed bug in HexDecoder, made WKB parsing the default |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Sandro Santilli | binary cursor implemented |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Sandro Santilli | Made HEXWKB parsing settable at compile time |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Sandro Santilli | Handled NULLS in wkb parsing, reduced functions args |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Sandro Santilli | wkb support for all geom types |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Sandro Santilli | WKB start to work |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Sandro Santilli | first attempt at wkb definitions |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Sandro Santilli | hardly trying to get WKB parsing work |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Paul Ramsey | Updates for 0.8.0 release. |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Paul Ramsey | Fixed syntax error in execution example. |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Sandro Santilli | Removed useless BYTE_ORDER checks |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Paul Ramsey | Added Cygwin endian definition include to fix windows... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | patch from m.spring@gmx.de |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | Installs for PG>7.1 goes to pkglibdir |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | postgresql linking against libstdc++ reported as possib... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | Updated postgis library path to be referenced with /.. |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | expected in-transaction memory release for btree operators |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | Moved MODULE_FILENAME definition where it will be easly... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | Removed some useless strdups. |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Sandro Santilli | Set CFLAGS where useless CPPFLAGS were used before |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Sandro Santilli | CR removed |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Sandro Santilli | missing function definition added (I forgot - sorry) |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Sandro Santilli | added prototypes for geometry_{le,ge,cmp} |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Sandro Santilli | Added default btree operator class for PG7.4 |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Sandro Santilli | Added geometry_le, geometry_ge, geometry_cmp functions, |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Sandro Santilli | Fixed wrong COMMUTATOR specifications in '<','>','... |
commit | commitdiff | tree | snapshot |
2003-11-19 |
Sandro Santilli | typo fixed (ENABLE_SEQSCAN missing) - PG7.4 support... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Sandro Santilli | default row buffer lenght set to 100 |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Sandro Santilli | Some more structuring. Initialization routine moved... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Sandro Santilli | Huge code re-organization. More structured code, more... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Sandro Santilli | Used environment vars to pass libpq connection options... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Sandro Santilli | used quote_ident() calls in AddGeometryColumns as sugge... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Sandro Santilli | more cvsignore |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Sandro Santilli | first import |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Sandro Santilli | AddGeometryColumn column identifier case respect fix... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Sandro Santilli | delete all caught exceptions after use |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Sandro Santilli | Added (mem)GeomUnion and (mem_)collect aggregates docum... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Sandro Santilli | Fixed a typo in envelope() |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Sandro Santilli | Postgresql 7.4 enabler scripts. |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Sandro Santilli | Added support for PG74 |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Sandro Santilli | Added fast collect() and geomunion() aggregates impleme... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Sandro Santilli | moved #ifdef USE_GEOS below prototypes, added NULL... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Sandro Santilli | renamed unite_finalfunc to unite_garray |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Sandro Santilli | Added GEOS support tips to installation instructions |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Sandro Santilli | postgis.xml put back in place. Makefile modified to... |
commit | commitdiff | tree | snapshot |
next |