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 |
2003-10-17 |
Paul Ramsey | Added some AsText wrappers to results to make results... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
David Blasby | Added NOTICE_HANDLER function. For some reason this... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
David Blasby | added #include <sys/types.h> for people using freeBSD... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
David Blasby | added a bunch of catch (GEOSExceptions) blocks to... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
David Blasby | GEOS2POSTGIS - added protection to pfree(NULL) for... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Paul Ramsey | Added const declarations to sync with current GEOS... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
David Blasby | Fixed typo in add_to_geometry(). With very poorly... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
David Blasby | added pointonsurface() as a sub. Some memory managemen... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Paul Ramsey | Patch from strk: |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Jeff Lounsbury | fixed a bug that actually tests the first 2 point for... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
David Blasby | added ability to delete geometries. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Jeff Lounsbury | got rid of warning... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Jeff Lounsbury | changed it to make the field names in the dbf file... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Jeff Lounsbury | fixed a bug in is_clockwise... |
commit | commitdiff | tree | snapshot |
2003-09-04 |
David Blasby | removed truly_inside() doc. |
commit | commitdiff | tree | snapshot |
2003-09-04 |
David Blasby | removed truly_inside() function. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
David Blasby | fixed geometry_in('SRID=<int>{no ;}'). |
commit | commitdiff | tree | snapshot |
2003-08-21 |
David Blasby | added patch from strk@freek.keybit.net for PG_NARGS... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Paul Ramsey | Add missing </para> |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Paul Ramsey | Removed illegal characters from the file. |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Paul Ramsey | More entities |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Paul Ramsey | Replace <> with proper entities in Dave's new function... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Paul Ramsey | Added info on piping results to output file. |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Paul Ramsey | Change include from io.h to geom.h. |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Paul Ramsey | Change sequence handling to respect versions prior... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
David Blasby | Conformance changes. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Paul Ramsey | Added some information about compiling PostgreSQL with... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
David Blasby | Added the WKB parser. Added all the functions like |
commit | commitdiff | tree | snapshot |
2003-08-05 |
David Blasby | Added null implementations of new GEOS-returning-geomet... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Jeff Lounsbury | Removed the setval for the sequence if the value was... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
David Blasby | added the functionality to convert GEOS->PostGIS geomet... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Jeff Lounsbury | Altered the loader to use a (gid serial) type instead... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Paul Ramsey | Added BC Albers parameterization (epsg 42102) |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Paul Ramsey | Moved Cygwin endian define out of source files into... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
David Blasby | changed asbinary_specify() so that it is more aware... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Paul Ramsey | Added CVS revision headers. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Paul Ramsey | It seems that invalid geometries where in the shapefile... |
commit | commitdiff | tree | snapshot |
2003-06-12 |
Paul Ramsey | Added transaction begin and end. |
commit | commitdiff | tree | snapshot |
next |