]> granicus.if.org Git - postgis/shortlog
postgis
2004-09-30 Sandro Santillibug fixes
2004-09-30 Sandro SantilliAdded BBOX finders and its support in serializer.
2004-09-30 Sandro Santilliupdated
2004-09-30 Sandro SantilliMore common flags between LW<type>s.
2004-09-30 Sandro SantilliAdded missing liblwgeom.c file.
2004-09-30 Sandro Santilliupdated
2004-09-29 Sandro SantilliAdded serialize function for LWGEOM
2004-09-29 Sandro SantilliBig layout change.
2004-09-29 Sandro SantilliChanged LWGEOM to PG_LWGEOM.
2004-09-28 Sandro SantilliRemoved ^Ms, added note about flatting nature of LWGEOM...
2004-09-28 Sandro SantilliAdded AsGML function ref
2004-09-28 Sandro SantilliFixed a bug in PostGIS2GEOS_point
2004-09-28 Sandro Santilliupdated
2004-09-28 Sandro SantilliAdded forceRHR() and support functions.
2004-09-28 Sandro SantilliAdded ptarray_isccw(). Added extern modifiers to public...
2004-09-28 Sandro Santilliupdated
2004-09-28 Sandro SantilliAdded reverse(geometry) and support functions
2004-09-28 Sandro SantilliAdded some const modifiers
2004-09-27 Sandro Santilliupdated
2004-09-27 Sandro SantilliDebugging defines set to NODEBUG.
2004-09-27 Sandro Santilliupdated
2004-09-27 Sandro SantilliAdded USE_GIST variable on top of file. Changed true...
2004-09-24 Sandro SantilliAdded profile.h deps
2004-09-24 Sandro SantilliAdded worst and best percentile for both intersects...
2004-09-24 Sandro Santilliapproximated nums to 2 decimal digits
2004-09-24 Sandro Santilliinitial intersects profiler frontend implementation
2004-09-24 Sandro SantilliAdded box2d->geometry cast.
2004-09-23 Sandro SantilliAdded -m / -z switches to control output type: XYM...
2004-09-23 Sandro SantilliModified GML output as suggested by Martin Daly.
2004-09-23 Sandro SantilliInitial GML output routines.
2004-09-23 Sandro SantilliProfile output modified again, input geoms points and...
2004-09-22 Sandro Santilliindentation fixes
2004-09-22 Sandro Santilliindentation and function-call-debugging preparation
2004-09-22 Sandro Santilliremoved some compiler warnings
2004-09-22 Sandro SantilliAdded missing prototype to make compiler happy
2004-09-22 Sandro SantilliAdded lwpoint_size, lwline_size, lwpoly_size for computing
2004-09-22 Sandro SantilliSome more source file cleanups.
2004-09-22 Sandro SantilliMoved size computation functions in module static scope.
2004-09-22 Sandro Santillilw<type>_findlength function made statics of lwgeom_api.c.
2004-09-22 Sandro SantilliLWGEOM TODO moved back to the lwgeom/ dir.
2004-09-22 Sandro Santilliupdated
2004-09-22 Sandro Santilliline_interpolate_point added.
2004-09-22 Sandro Santillifixed a comment
2004-09-22 Sandro SantilliAdded 'label' argument to the profreport macro.
2004-09-22 Sandro SantilliRenamed lwgeom_npoints_recursive to lwgeom_npoints...
2004-09-22 Paul RamseyAdd number nesting to sections. Fix link in postgis.xml
2004-09-21 Sandro Santillislightly changed PROF_SUM output for sort acceptance
2004-09-21 Sandro SantilliFixed a profiler bug.
2004-09-21 Paul RamseyAdd section autolabelling to printed output
2004-09-21 Paul RamseyAdd autolabelling to sections in generated HTML.
2004-09-21 Sandro SantilliAdded missing profiling report calls in predicates
2004-09-21 Sandro SantilliAdded GEOS profiling support.
2004-09-21 Sandro Santillireduced memory copies in GEOS2POSTGIS()
2004-09-21 Sandro Santillibuffer serialized accept NULL as return-size pointer
2004-09-21 Sandro SantilliAdded lwgeom_empy_length(), lwgeom_constructempty_buf...
2004-09-21 Sandro SantilliAdded lwexploded_findlength
2004-09-20 Sandro SantilliOptimized postgis->geos conversion
2004-09-20 Sandro Santillicommented pfree call in GEOSnoop (seems to generate...
2004-09-20 Sandro Santilliupdated
2004-09-20 Sandro Santillichanged comments to better show shape type handling
2004-09-20 Sandro SantilliAdded -d -d availability notice in help string.
2004-09-20 Sandro SantilliAdded force_4d(geometry)
2004-09-20 Sandro SantilliAdded 4d geometries support.
2004-09-20 Sandro SantilliFixed a bug in popbyte. Trapped WKB endiannes errors.
2004-09-20 Sandro Santilliupdated
2004-09-20 Sandro SantilliPostgis-1.x support (LWGEOM) added.
2004-09-20 Sandro SantilliChanged postgis.sql to lwpostgis.sql
2004-09-20 Sandro SantilliAdded lwpostgis.sql rule
2004-09-20 Sandro Santilliupdated layout description and configuration instructions
2004-09-20 Sandro SantilliRenamed README
2004-09-20 Sandro SantilliAdded missing 'uninstall' rules. Fixed existing install...
2004-09-20 Sandro SantilliConfiguration and common Makefile work moved to Makefil...
2004-09-20 Sandro Santilliadded missing prototype
2004-09-20 Sandro SantilliReworked build scripts.
2004-09-20 Sandro Santillifixed bugs in non-GEOS centroid function
2004-09-20 Sandro Santillicleanups
2004-09-20 Sandro Santilligeneralized library ignore line
2004-09-20 Sandro SantilliAdded postgis_geos_version.h
2004-09-20 Sandro Santilliincluded local postgis_geos_version.h
2004-09-20 Sandro SantilliAdded detect_geos_version rule
2004-09-20 Sandro SantilliMoved lwgeom TODO in the root
2004-09-20 Sandro SantilliHWGEOM functions moved under hwgeom/ directory
2004-09-20 Sandro Santillifixed typo
2004-09-20 Sandro Santilliprepared to contain old internal representation code
2004-09-18 Sandro SantilliFixed a serius bug in pointArray_construct.
2004-09-18 Sandro SantilliAdded more debugging output
2004-09-16 Paul RamseyReorganize OpenGIS function reference into categories.
2004-09-16 Mark LeslieAdded the distance_sphere function to calculate the...
2004-09-16 Sandro SantilliAdded box3d_to_box2df_p to reduce number of required...
2004-09-16 Sandro SantilliChanged SPI_cursor_open call changes to be used for...
2004-09-16 Sandro SantilliAdded binary predicate short-circuits
2004-09-16 Sandro SantilliAdded getbox2d_internal
2004-09-16 Sandro Santilliupdated
2004-09-14 Sandro SantilliCHIP and GEOS types (forgot to add)
2004-09-14 Sandro SantilliAdded a note about tweeking random_page_cost
2004-09-14 Sandro Santillifixed a typo in the geometry_send function definition
2004-09-14 Sandro SantilliUpdated call to SPI_cursor_open to 8.0 (beta2) interface.
2004-09-13 Sandro Santilliupdated
2004-09-13 Sandro Santilliremoved old files from Attic/
2004-09-13 Paul RamseyAdded pdf rule that uses pdfxmltex
next