]> granicus.if.org Git - postgis/shortlog
postgis
2004-06-03 Sandro SantilliAll type definitions moved at the beginning of the...
2004-06-03 Sandro SantilliFixed bug in update_geometry_stats() choking on null...
2004-06-03 Sandro Santilliinfinite geoms handled in WKB parser
2004-06-03 Sandro Santilliyet another Infinite check used: finite() - which check...
2004-06-03 Sandro SantilliSimplified INFINITY checks by use of isinf()
2004-06-03 Sandro SantilliInfinite coordinate geoms omitted from index
2004-06-03 Sandro Santilliwkt parser throws an error on Infinite coordinates
2004-06-03 Paul RamseyDocument the expand() function (finally!)
2004-06-02 Sandro SantilliMade equality checks the default in picksplit to catch...
2004-06-02 Sandro Santillireverted Inf handling modification (conceptually bogus)
2004-06-02 Sandro Santillihandled special case of Inf boxes as GiST keys in picksplit
2004-06-02 Sandro Santillistale locks removal in fix_geometry_columns() and updat...
2004-06-02 Sandro Santillibuild_histogram2d sets 'local' search_path.
2004-06-01 Sandro Santilliremoved namespace check for PG<73 in update_geometry_st...
2004-06-01 Sandro SantilliMade AddGeometryColumn delete from geometry_column...
2004-06-01 Sandro SantilliPlaced histogram2d type definition in a common place;
2004-05-28 Paul RamseyUpdates in anticipation of 0.8.2 release
2004-05-28 Paul RamseyDocument the multi() function.
2004-05-24 Sandro Santillicompat definition of fix_geometry_columns
2004-05-20 Paul RamseyFix bug in append mode that filled values into nonexist...
2004-05-18 Paul RamseyFix typos and section misreferences in OGC function...
2004-05-18 Paul RamseyAdd multi() to the new cpp based sql.in file.
2004-05-13 Sandro SantilliTransformed NULL numeric values to 0 as it was before...
2004-05-13 Sandro SantilliUsed DBFWriteAttributeDirectly interface for writing...
2004-05-13 Sandro SantilliOther fix in 3d handling - you should now be able to...
2004-05-13 Sandro SantilliFixed bug in 3d features handling.
2004-05-13 Sandro SantilliTotally reworked code to have a main loop for shapefile...
2004-05-13 Sandro SantilliPut table creation code in its own function.
2004-05-13 Sandro SantilliDBFReadStringValue always used to workaround shapelib...
2004-05-04 Sandro SantilliAdded -fPIC to CXXFLAGS. Reported to be needed on Solar...
2004-04-29 Ralph Masonremoved generated file
2004-04-29 Ralph Mason*** empty log message ***
2004-04-29 David BlasbyNoted diff between inf and Infinity on Solaris/Intel...
2004-04-29 David Blasbyupdated version
2004-04-29 David Blasbyadded sleep so it wouldnt complain on solarias as much
2004-04-29 David BlasbyWKT parser changes required this change
2004-04-29 David Blasbyminor changes
2004-04-29 David BlasbyWKT parser changes to MULTIPOINT required this be updated
2004-04-29 Ralph Masonclean up of wbk int and double reading code
2004-04-29 Ralph Masonfix number parsing
2004-04-29 Ralph Masonremove extra brackets from multipoints
2004-04-28 Paul RamseyChange PGSQL_SRC behavior back to developer-friendly.
2004-04-28 David Blasbyminor changes
2004-04-28 David BlasbyInital Version. Hasnt been proofread.
2004-04-28 Paul RamseyAdded flex/bison lines for parser.
2004-04-28 Paul RamseyFixed spelling mistake in header text.
2004-04-28 David Blasbyminor changes to ensure its using the index
2004-04-28 David Blasbyupdated results
2004-04-28 David Blasbyminor change for endianess
2004-04-28 David Blasbyremoved an elog(NOTICE)
2004-04-28 David Blasbyinital version of regression tests
2004-04-28 David Blasbymoved to regress/ directory
2004-04-28 David BlasbyAdded automatic endian detection for the WKB parser...
2004-04-28 Paul RamseyGenericize the Makefile per Dave's request.
2004-04-27 David Blasbyminor 3d geometrycollection bug fix
2004-04-27 David Blasbyinitial version
2004-04-27 David Blasbyminor changes for solaris
2004-04-27 David Blasbyfixed some typos for flip_bytes in read_int and read_double
2004-04-27 David Blasbyminor ordering change
2004-04-27 David Blasbyadded float nextafterf_custom(float x, float y) for...
2004-04-27 David Blasbybison -vd -p lwg_parse_yy wktparse.y
2004-04-27 Sandro SantilliFixed bug in simplify() that was using the square of...
2004-04-27 Sandro SantilliRemoved use of geometryFactory->toGeometry(), indicated...
2004-04-26 David Blasbymade slightly more generic
2004-04-26 David BlasbyMinor cleanup
2004-04-26 David Blasbyinital version
2004-04-26 David BlasbyInitial working version - based on Ralph Masons WKT...
2004-04-22 David Blasbyfixed minor typos GeomFromWKB not GeometryFromWKB
2004-04-21 Sandro SantilliAttribute names escaping mechanism added. You should now
2004-04-21 Sandro SantilliMemory allocated for main_scan_query was not enough...
2004-04-13 David BlasbyGeometryN(...) now correctly says "1" is the 1st geomet...
2004-04-08 David BlasbySomehow the memory leak changes I made got removed...
2004-04-08 David BlasbyChanged ggeometry_consistent to be aware of NULL querie...
2004-04-07 David BlasbyAdded a cstring(lwgeom) function that returns WKT!
2004-04-07 Sandro SantilliMade new postgis.sql generation procedure the default
2004-04-06 David BlasbyChanges to make it work with all the PostGIS type.
2004-04-02 David BlasbyAdded support for 4d coordinates
2004-03-29 Sandro Santillipostgis.sql.in is now parsed by both sed and cpp
2004-03-29 Sandro SantilliFixed a bug in WKB parsing for Multipoints.
2004-03-26 Paul RamseyRemoved rogue docbook tags
2004-03-26 David Blasbychanged name of fluffType() to multi().
2004-03-26 David Blasbyadded full support for fluffType(<geom>)
2004-03-25 David Blasbyadded function fluffType() that takes POINT LINESTRING...
2004-03-22 Sandro SantilliMoved AddGeometryColumn and DropGeometryColumn from...
2004-03-22 Sandro Santillipostgis_new.sql build by default
2004-03-19 Sandro SantilliUpdated AddGeometryColumn() and DropGeometryColumn...
2004-03-15 Sandro SantilliAdded calls to vacuum_delay_point() to give backend...
2004-03-11 David Blasbyminor clean and trying to figure out a memory bug....
2004-03-11 David BlasbyShould be working (with a tonne of notices) for points...
2004-03-10 Sandro SantilliFixed a bug reducing the output shapes from Multipolygo...
2004-03-10 Sandro Santilliremoved just-introduced bug
2004-03-10 Sandro Santillicode cleanup, fixed a bug missing to transform 'gid...
2004-03-10 David BlasbyWKB reader and WKB writer (totally untested)
2004-03-09 David BlasbyInitial implementation - should compile; not at all...
2004-03-09 Sandro SantilliRemoved useless code blocks in histogram builder
2004-03-09 Sandro Santilliestimator applies a gain of AOI/cell_area on each cell...
2004-03-08 Sandro Santillichanged error computation code to delta/totrows
2004-03-08 Sandro SantilliAdded the RECHECK clause for gist_geometry_ops operator...
2004-03-06 Sandro SantilliComma-separated bps values accepted
2004-03-06 Sandro SantilliAdded RCSID string in usage output
next