]> granicus.if.org Git - postgis/shortlog
postgis
2003-11-20 Sandro SantilliMoved MODULE_FILENAME definition where it will be easly...
2003-11-20 Sandro SantilliRemoved some useless strdups.
2003-11-20 Sandro SantilliSet CFLAGS where useless CPPFLAGS were used before
2003-11-19 Sandro SantilliCR removed
2003-11-19 Sandro Santillimissing function definition added (I forgot - sorry)
2003-11-19 Sandro Santilliadded prototypes for geometry_{le,ge,cmp}
2003-11-19 Sandro SantilliAdded default btree operator class for PG7.4
2003-11-19 Sandro SantilliAdded geometry_le, geometry_ge, geometry_cmp functions,
2003-11-19 Sandro SantilliFixed wrong COMMUTATOR specifications in '<','>','...
2003-11-19 Sandro Santillitypo fixed (ENABLE_SEQSCAN missing) - PG7.4 support...
2003-11-18 Sandro Santillidefault row buffer lenght set to 100
2003-11-18 Sandro SantilliSome more structuring. Initialization routine moved...
2003-11-16 Sandro SantilliHuge code re-organization. More structured code, more...
2003-11-14 Sandro SantilliUsed environment vars to pass libpq connection options...
2003-11-13 Sandro Santilliused quote_ident() calls in AddGeometryColumns as sugge...
2003-11-12 Sandro Santillimore cvsignore
2003-11-12 Sandro Santillifirst import
2003-11-12 Sandro SantilliAddGeometryColumn column identifier case respect fix...
2003-11-12 Sandro Santillidelete all caught exceptions after use
2003-11-11 Sandro SantilliAdded (mem)GeomUnion and (mem_)collect aggregates docum...
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.
next