]> granicus.if.org Git - postgis/shortlog
postgis
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
2003-04-09 David Blasbytest data for isvalid()
2003-04-09 Paul RamseyMakefile update
2003-04-09 Paul RamseyUpdates for 0.7.5 release.
2003-04-08 Paul RamseyCygwin BE_DLLLIBS fix from nvine/jtishler
2003-04-08 David Blasbysimple table to test relate(g1,g2). Taken from JTS...
2003-04-01 Jeff LounsburyFixed a bug which dropped the last Z value of each...
2003-03-07 Paul RamseyM-handling patch and some Z-recognition too.
2003-03-06 Chris Hodgsonswapped '~=' for '=' in the operator class definition...
2003-03-06 Chris Hodgsonchanged 'geometry' to 'GEOMETRY' two places in the...
2003-03-06 Chris HodgsonUpdated the documentation for the '~' operator and...
2003-03-06 David Blasbyindexing for 7.3: @ and ~ were backwards. Corrected.
2003-02-15 Jeff Lounsburyadded more type checking into the create table statment.
2003-02-14 Jeff Lounsburychanged the PIP function to loop from i=0 to 1<n-1
2003-02-13 Paul RamseyChanges in preparation for 0.7.4 release.
2003-02-12 Paul RamseyFixed bug with 7.1 build relating to postgis_estimate.
2003-02-04 Paul RamseyChanged constraint name for geometry_columns_pk.
2003-02-04 Paul RamseyFix memory management error, array of pointers allocate...
2003-02-04 Paul RamseyAdded CVS substitution strings for logging.
2003-02-04 Paul RamseyFixed stupid case error in 7.2 gist support.
2003-02-03 Paul RamseyUpdated SRS file with better proj4 definitions and...
2003-01-31 Chris Hodgsonfixed a small error in an example - road_name -> name
2003-01-22 David Blasbyapplied Mark Cave-Ayland's new patch that is a bit...
2003-01-21 David Blasbyadded patch from Mark Cave-Ayland that saves memory...
2003-01-06 Paul RamseyAdded USE_STATS fix for index selectivity.
2002-12-17 David Blasbyfixed select astext(the_geom)||'dave' from ...; bug
2002-12-10 Paul RamseyRemoved old sql.in files.
2002-12-10 Paul RamseySupport for 7.3 undefinition.
2002-12-10 Paul RamseyNew SQL update files, with version dependant start...
2002-12-06 Paul RamseySet USE_PROJ back to default 0.
2002-12-05 Paul RamseyReturned to 'opaque' as type in creation, since 7.3...
2002-12-05 Paul RamseyUpdates to support 7.3 typecasting conventions. 7.3...
2002-12-05 Paul Ramsey"fixed" pg_opclass so that 7.3 index creation works.
2002-12-05 Paul RamseyChanged an opaque to internal (many to go...)
2002-12-05 Paul RamseyPass USE_VERSION macro into the C compilation process...
2002-12-05 Paul RamseyChanged libdir references to LIBPATH and started using...
2002-12-05 Paul RamseyFormatting change.
2002-12-05 Paul RamseyEarly support for 7.3. No fixes for typecasting problem...
2002-12-05 Paul RamseyRemoved DOS linefeeds from SQL files.
2002-12-05 Paul RamseyChanges to support 7.3 cleanly.
2002-12-05 Paul RamseyChanges to allow 7.3 support to be easily added.
2002-12-01 Paul RamseyOriginal OpenGIS test suite files. To be edited to...
2002-11-26 Paul RamseyChanged references to 'make' into macro references...
2002-11-22 Chris Hodgsonchanged the title of the new section from "Mapserver...
2002-11-22 Chris Hodgsonadded more advanced mapserver documentation, and separa...
2002-11-22 David BlasbyNon-compiled in transform() returns error instead of...
2002-11-20 Chris Hodgsonre-formatted the xml doc and added a bit about complex...
2002-11-06 Jeff Lounsburyadded support for clockwise-ness in shp dumper
2002-11-04 Paul RamseyRemoved debugging connstring print.
2002-10-25 David BlasbyNow accepts both types of multipoint - 'MULTIPOINT...
2002-10-24 Paul RamseyAdded PGbox3d accessors for LLB and URB. Added PGgeomet...
2002-10-17 Chris Hodgsonfixed the last compile warning on solaris/gcc
2002-10-17 Chris Hodgson- cleaned up all the compiler warnings
2002-10-16 Paul RamseyFixed syntax error in hyperlink to postgis source.
2002-10-16 David BlasbyAdded support to turn off the postgis_gist_sel() comput...
2002-10-16 Paul RamseyAdded USE_STATS switch to make the new statistics syste...
2002-10-16 Chris Hodgsonmakefile now has both support for auto-determining...
2002-10-11 David BlasbyNew file with original estimation methods.
2002-10-11 David BlasbyAdded support for histogram2d and better statistical...
2002-10-11 Jeff Lounsburyfixed the errors in the error fix i had just committed...
2002-10-11 Jeff LounsburyFixed a bug from adding NULL support to shape dumper
next