]> granicus.if.org Git - postgis/shortlog
postgis
2003-11-11 Sandro SantilliFixed a typo in envelope()
2003-11-11 Sandro SantilliPostgresql 7.4 enabler scripts.
2003-11-11 Sandro SantilliAdded support for PG74
2003-11-05 Sandro SantilliAdded fast collect() and geomunion() aggregates impleme...
2003-11-05 Sandro Santillimoved #ifdef USE_GEOS below prototypes, added NULL...
2003-11-05 Sandro Santillirenamed unite_finalfunc to unite_garray
2003-11-05 Sandro SantilliAdded GEOS support tips to installation instructions
2003-11-05 Sandro Santillipostgis.xml put back in place. Makefile modified to...
2003-11-04 Sandro Santillimade last release version a parameter
2003-11-04 Sandro Santilliadded 'global' specification to sed command
2003-11-04 Sandro Santillirenamed postgis.xml to postgis.xml.in
2003-11-04 Sandro Santillidropped 'clean' rule (not really a good idea right...
2003-11-04 Sandro Santilliadded doc clean in clean rule
2003-11-04 Sandro Santilliadded missing first geom pfree in unite_finalfunc
2003-11-04 Sandro Santilliinitial import
2003-10-29 Sandro Santilligeoscentroid() removed. both geos and pgis versions...
2003-10-29 Sandro SantilliAdded geoscentroid function.
2003-10-29 Sandro SantilliAdded GEOSGetCentroid() function
2003-10-28 Sandro SantilliAdded collect_garray() function.
2003-10-28 Sandro Santilliunite_sfunc() from postgis_geos.c renamed to geom_accum...
2003-10-28 Sandro SantilliAdded Algorithms section and simplify() enabler code
2003-10-28 Sandro SantilliAdded postgis_algo.c prototypes
2003-10-28 Sandro SantilliAdded postgis_algo.c build support
2003-10-28 Sandro Santillihandled NULL state array in unite_finalfunc, cleaned...
2003-10-27 Sandro Santilliunite_sfunc made always copy input array in long lived...
2003-10-27 Sandro SantilliMade GeomUnion release memory soon, Added fastunion...
2003-10-27 Sandro SantilliInitial import.
2003-10-24 Sandro SantilliModified strcmp-based if-else with switch-case in GEOS2...
2003-10-24 Sandro SantilliAdded GEOSGeometryTypeId(Geometry *) wrapper function.
2003-10-24 Sandro SantilliGEOSGetCoordinates() reverted to getCoordinates() call...
2003-10-24 Sandro SantilliFixed memory leak in GEOSGetCoordinates(), made sure...
2003-10-23 Sandro Santilliadded memory debugging tips for gcc >= 3.2.2
2003-10-23 Sandro SantilliAdded default-commented line to disable gcc "smart...
2003-10-23 Sandro SantilliAdded 'unite' aggregate.
2003-10-22 Paul RamseyMore additions to the TODO
2003-10-22 Paul RamseyUpdated TODO list somewhat
2003-10-21 Sandro SantilliMade GEOS_DIR and PROJ_DIR settable via environment...
2003-10-20 Sandro SantilliRemoved some memory leaks in PostGIS2* converters.
2003-10-17 Paul RamseyPass USE_* information to version string, add some...
2003-10-17 David BlasbyMade Envelope() CW instead of CCW.
2003-10-17 David Blasbymade isEmpty() return true/false
2003-10-17 Paul RamseyAdded some more AsText wrappers.
2003-10-17 Paul RamseyAdded some AsText wrappers to results to make results...
2003-10-16 David BlasbyAdded NOTICE_HANDLER function. For some reason this...
2003-10-16 David Blasbyadded #include <sys/types.h> for people using freeBSD...
2003-10-15 David Blasbyadded a bunch of catch (GEOSExceptions) blocks to...
2003-10-14 David BlasbyGEOS2POSTGIS - added protection to pfree(NULL) for...
2003-10-14 Paul RamseyAdded const declarations to sync with current GEOS...
2003-10-06 David BlasbyFixed typo in add_to_geometry(). With very poorly...
2003-10-03 David Blasbyadded pointonsurface() as a sub. Some memory managemen...
2003-09-29 Paul RamseyPatch from strk:
2003-09-19 Jeff Lounsburyfixed a bug that actually tests the first 2 point for...
2003-09-16 David Blasbyadded ability to delete geometries.
2003-09-10 Jeff Lounsburygot rid of warning...
2003-09-10 Jeff Lounsburychanged it to make the field names in the dbf file...
2003-09-10 Jeff Lounsburyfixed a bug in is_clockwise...
2003-09-04 David Blasbyremoved truly_inside() doc.
2003-09-04 David Blasbyremoved truly_inside() function.
2003-08-22 David Blasbyfixed geometry_in('SRID=<int>{no ;}').
2003-08-21 David Blasbyadded patch from strk@freek.keybit.net for PG_NARGS...
2003-08-18 Paul RamseyAdd missing </para>
2003-08-18 Paul RamseyRemoved illegal characters from the file.
2003-08-18 Paul RamseyMore entities
2003-08-18 Paul RamseyReplace <> with proper entities in Dave's new function...
2003-08-18 Paul RamseyAdded info on piping results to output file.
2003-08-18 Paul RamseyChange include from io.h to geom.h.
2003-08-17 Paul RamseyChange sequence handling to respect versions prior...
2003-08-08 David BlasbyConformance changes.
2003-08-07 Paul RamseyAdded some information about compiling PostgreSQL with...
2003-08-06 David BlasbyAdded the WKB parser. Added all the functions like
2003-08-05 David BlasbyAdded null implementations of new GEOS-returning-geomet...
2003-08-05 Jeff LounsburyRemoved the setval for the sequence if the value was...
2003-08-01 David Blasbyadded the functionality to convert GEOS->PostGIS geomet...
2003-08-01 Jeff LounsburyAltered the loader to use a (gid serial) type instead...
2003-08-01 Paul RamseyAdded BC Albers parameterization (epsg 42102)
2003-07-25 Paul RamseyMoved Cygwin endian define out of source files into...
2003-07-08 David Blasbychanged asbinary_specify() so that it is more aware...
2003-07-01 Paul RamseyAdded CVS revision headers.
2003-06-18 Paul RamseyIt seems that invalid geometries where in the shapefile...
2003-06-12 Paul RamseyAdded transaction begin and end.
2003-05-27 David BlasbyNew version of the postgis-GEOS connector.
2003-05-13 David BlasbyAdded a modified version of Carl Anderson <carl.anderso...
2003-04-14 Paul RamseyPatch for optional case sensitivity respect. From strk.
2003-04-10 Paul RamseyMore info
2003-04-10 David Blasbyadded area() as alias for area2d()
2003-04-10 David Blasbychanges to area()
2003-04-10 Paul RamseyMore info.
2003-04-10 Paul RamseyFixed within() test to have right order of arguments.
2003-04-10 Paul RamseyChanges to function names to MATCH the specification.
2003-04-10 Paul RamseyMore consistency fixes.
2003-04-10 Paul RamseyFixes for consistency (!!!!) of the tests and a first...
2003-04-10 Paul RamseyExtra OGC text constructor functions.
2003-04-10 Paul RamseyHack to supply c++ CXX variable if undefined.
2003-04-10 Paul RamseyCruft removal
2003-04-10 Paul RamseyFormatting changes.
2003-04-10 Paul RamseyRemove old commented out duplicate function.
2003-04-09 Paul RamseyMakefile should fully honor USE_GEOS flag now.
2003-04-09 Paul RamseyCleaned up makefile and transform warning removed for...
2003-04-09 Paul RamseySome reformatting.
2003-04-09 David BlasbyGEOS support -first run
next