postgis
2009-10-06 Paul RamseyNew point-outside routine, and allow distances against...
2009-10-05 Kevin Neufeldupdated ST_IsValid's reference to the OGC specs.
2009-10-05 Paul RamseyMore test cases in there (but turned off, because they...
2009-10-05 Paul RamseyAdd untested new p-i-p approach for more testing later.
2009-10-05 Mark Cave-AylandCommit first attempt at a multi-D statistics histogram...
2009-10-05 Paul RamseyIncrease precision.
2009-10-05 Paul RamseyAdd another printing block
2009-10-05 Regina Obemore errors in my logic
2009-10-05 Regina Obemore corrections
2009-10-05 Paul RamseyAdded new point-on-edge routine still no joy on bad...
2009-10-04 Paul RamseyAdd another test case that needs resolution
2009-10-04 Paul RamseyAdd SQL bindings for selectivity functions.
2009-10-04 Paul Ramseyrevert to previous version
2009-10-04 Paul RamseySome fixes to the ST_DWithin code.
2009-10-02 Regina Obemore changes to better test geography
2009-10-02 Regina Obecosmetic change to tolerance args for ST_DWithin
2009-10-02 Regina Obeput create table examples in program listing tag
2009-10-02 Regina Obeadd geography proto for ST_DWithin, also fill in some...
2009-10-02 Regina ObeAdd geography example for ST_Distance, more geometry...
2009-10-02 Paul RamseyLargely untested implementation of ST_DWithin(geography...
2009-10-02 Sandro Santillitypo in help message
2009-10-02 Paul RamseyMake the units of st_distance(geography, geography...
2009-10-01 Paul RamseyFix boner error
2009-10-01 Regina Obetypos
2009-10-01 Regina Obeput in ST_Distance proto for geography so can test it.
2009-10-01 Paul RamseyST_Distance(geography, geography) roughed in. Small...
2009-10-01 Paul RamseyAdd polygon/point distance and tests.
2009-10-01 Paul RamseyWow, error that only showed up in MinGW, but totally...
2009-10-01 Paul Ramseylwgeom sphere distance function and tests for point...
2009-09-30 Paul RamseyRoughing in lwgeom distance machinery now.
2009-09-30 Paul RamseyAdd edge-edge distance tests.
2009-09-30 Paul RamseyAdd return value for point of closest approach on arc...
2009-09-30 Paul RamseyAdd edge-to-point distance calculation and tests
2009-09-30 Paul RamseyRemove CPU intensive test and add some lat/lon utility...
2009-09-30 Paul RamseyMake point-in-edge test even looser (fp tolerance factor)
2009-09-30 Paul RamseyMove defines around a bit.
2009-09-30 Paul RamseyAdd some debugging blocks for later
2009-09-30 Paul RamseyAdd in special case test for parallel / equal edges.
2009-09-30 Paul RamseyWhoops, make sure we test all our test cases.
2009-09-30 Paul RamseyMake random brute force test a compile-time option.
2009-09-30 Paul RamseyAdd more test cases for geocentric bbox calculation...
2009-09-30 Regina Obemore fixes to make geography friendly
2009-09-30 Sandro SantilliCan't put backslash-commands in 'echo' parameter in...
2009-09-30 Sandro Santilliadd missing newline at end of error message (utf8/iconv)
2009-09-30 Paul RamseyRe-enable all geodetic tests.
2009-09-30 Paul RamseyAdd some extra comments
2009-09-29 Paul Ramseyastyle the work thus far
2009-09-29 Paul RamseyFlip the clairaut calculations to return both top and...
2009-09-29 Paul RamseyRemove old GBOX test answers (some were wrong!) in...
2009-09-29 Paul RamseyAdd randomized box maker/checker... still some small...
2009-09-29 Paul RamseyMake polygon pole check a little more general.
2009-09-29 Paul RamseyAll bbox test cases now pass. Suck on that!
2009-09-29 Regina Oberemove null geometry from testing until we fix aggregat...
2009-09-29 Paul RamseyRemove un-used function from testing.
2009-09-29 Paul RamseyWork on making "on edge" test more reliable.
2009-09-29 Sandro SantilliEnsure lwcollection_segmentize2d always return a NEW...
2009-09-29 Regina ObeAdd missing protos for geography for ST_AsKML, ST_AsGeo...
2009-09-29 Regina ObePut in overload text for ST_AsText and ST_AsBinary...
2009-09-29 Olivier CourtinUpdate documentation related to geography typmod export...
2009-09-29 Regina ObeAdd a new special index section to collect functions...
2009-09-28 Paul RamseyTest re-org and first cut at edge intersection.
2009-09-28 Olivier CourtinA forgot prototype in ST_AsGeoJson export function
2009-09-28 Olivier CourtinAdd geography typmod support for export functions ...
2009-09-25 Regina Oberemove regex.h include per Nicklas observation its...
2009-09-23 Paul RamseyAdd SQL def'n for geography_analyze function.
2009-09-23 Regina Obeanother typo
2009-09-22 Regina Obemissing spots for geography.sql and postgis_comments.sql
2009-09-22 Regina Obecorrect typo
2009-09-22 Regina Obestart putting in geography functions
2009-09-22 Mark Cave-AylandCommit fix to LW_ABS() macro as discovered by Nicklas...
2009-09-22 Mark Cave-AylandAdd the basic machinery to call a function when running...
2009-09-22 Regina Obeget rid of things like invalid coords for 4326 space...
2009-09-22 Mark Cave-AylandOops - forgot to bump the array indices on the last...
2009-09-22 Regina ObeUpdate installation to include geography.sql (yikes...
2009-09-22 Regina Obecut in Paul's geography.txt into the official docs...
2009-09-22 Mark Cave-AylandAdd missing geometry(m)(z) type missing from previous...
2009-09-22 Mark Cave-AylandRemove dependency on regex library by implementing...
2009-09-22 Paul RamseyChange signatures to use fewer pointers.
2009-09-21 Mark Cave-AylandUpdate LWDEBUG(F)/POSTGIS_DEBUG(F) macro debug levels...
2009-09-21 Mark Cave-AylandChange macros to use capitalised names, as per standard...
2009-09-20 Regina Obefix typos and redundant things
2009-09-20 Regina Obeflag some operators that support geography, put in...
2009-09-20 Regina Obegit-svn-id: http://svn.osgeo.org/postgis/trunk@4514...
2009-09-20 Regina ObeMake slot for geography data type and start filling...
2009-09-18 Paul RamseyClean up tests so they pass quietly. (#249)
2009-09-18 Regina Obe#250: Fix to get mingw to compile using conditional...
2009-09-17 Regina ObeRevise garden test to include testing for creating...
2009-09-17 Paul RamseyFix serialization problem with lwgeoms that have bboxes.
2009-09-17 Paul RamseyClean up gbox serialization a little
2009-09-17 Paul RamseyAdd lwgeom_is_empty() test
2009-09-17 Paul RamseyWork on tracking down bug in casting geometry->geography
2009-09-16 Paul RamseyFix some test cases crossing the date line
2009-09-16 Paul RamseyAdd gbox string constructor for testing purposes
2009-09-16 Paul RamseyMore tests pass
2009-09-16 Paul RamseyChange back to less intensive cartesian clairaut
2009-09-16 Paul RamseyFix errors in calculating geocentric bounds. Early...
2009-09-15 Paul RamseyHook geocentric calculation into gbox routines, start...
2009-09-15 Paul RamseyGeocentric bounding box roughed in and compiles.
2009-09-14 Paul RamseyStart the geodetic machinery. Add an internal API heade...
2009-09-14 Paul RamseyCrib index penalty tweak from pgsphere.
next