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 |
2003-11-04 |
Sandro Santilli | made last release version a parameter |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Sandro Santilli | added 'global' specification to sed command |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Sandro Santilli | renamed postgis.xml to postgis.xml.in |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Sandro Santilli | dropped 'clean' rule (not really a good idea right... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Sandro Santilli | added doc clean in clean rule |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Sandro Santilli | added missing first geom pfree in unite_finalfunc |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Sandro Santilli | initial import |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Sandro Santilli | geoscentroid() removed. both geos and pgis versions... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Sandro Santilli | Added geoscentroid function. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Sandro Santilli | Added GEOSGetCentroid() function |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Sandro Santilli | Added collect_garray() function. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Sandro Santilli | unite_sfunc() from postgis_geos.c renamed to geom_accum... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Sandro Santilli | Added Algorithms section and simplify() enabler code |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Sandro Santilli | Added postgis_algo.c prototypes |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Sandro Santilli | Added postgis_algo.c build support |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Sandro Santilli | handled NULL state array in unite_finalfunc, cleaned... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Sandro Santilli | unite_sfunc made always copy input array in long lived... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Sandro Santilli | Made GeomUnion release memory soon, Added fastunion... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Sandro Santilli | Initial import. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Sandro Santilli | Modified strcmp-based if-else with switch-case in GEOS2... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Sandro Santilli | Added GEOSGeometryTypeId(Geometry *) wrapper function. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Sandro Santilli | GEOSGetCoordinates() reverted to getCoordinates() call... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Sandro Santilli | Fixed memory leak in GEOSGetCoordinates(), made sure... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Sandro Santilli | added memory debugging tips for gcc >= 3.2.2 |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Sandro Santilli | Added default-commented line to disable gcc "smart... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Sandro Santilli | Added 'unite' aggregate. |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Paul Ramsey | More additions to the TODO |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Paul Ramsey | Updated TODO list somewhat |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Sandro Santilli | Made GEOS_DIR and PROJ_DIR settable via environment... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Sandro Santilli | Removed some memory leaks in PostGIS2* converters. |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Paul Ramsey | Pass USE_* information to version string, add some... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
David Blasby | Made Envelope() CW instead of CCW. |
commit | commitdiff | tree | snapshot |
2003-10-17 |
David Blasby | made isEmpty() return true/false |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Paul Ramsey | Added some more AsText wrappers. |
commit | commitdiff | tree | snapshot |
next |