]> granicus.if.org Git - postgis/shortlog
postgis
2009-10-29 Olivier CourtinUpdate unit test result, related to error message chang...
2009-10-29 Olivier CourtinAdd attribute dimension in gml:pos and gml:posList...
2009-10-28 Paul RamseyNote why the penalty function was changed.
2009-10-28 Paul RamseyRemove overly clever penalty calculation and improve...
2009-10-28 Paul RamseyFill in actual error condition
2009-10-28 Paul RamseyFix error in picksplit routine, perhaps will fix balanc...
2009-10-28 Regina Obeslight attribution update
2009-10-28 Regina Obeminor update to release notes (copying content from...
2009-10-28 Regina Obeswitch pretty tag back to credits -- already linked...
2009-10-28 Regina Obeupdate credits to include breakout of PSC and bump...
2009-10-28 Regina Obecopy release notes text from branch 1.4 which is strang...
2009-10-28 Regina Obecorrect links to postgis bug tracker and subversion...
2009-10-27 Olivier CourtinFix huge number overflow in export functions, cf #277
2009-10-24 Olivier CourtinAdd multi data coordinates support. Add unit test case...
2009-10-24 Olivier CourtinAdd ptarray_merge function
2009-10-23 Paul RamseyUpdate personal information.
2009-10-23 Regina Obetypo in example
2009-10-23 Regina Obeput in availability note for ST_GeomFromGML, link back...
2009-10-23 Regina ObePreliminary documentation for ST_GeomFromGML and logic...
2009-10-22 Olivier CourtinUse ptarray_isclosed3d to check if 3D rings are closed...
2009-10-22 Olivier CourtinAdd ptarray_isclosed3d function
2009-10-20 Regina Obefix typo in libxml deactivated notice
2009-10-20 Olivier CourtinAdd HAVE_LIBXML2
2009-10-20 Olivier CourtinAdd initial version of GeomFromGML function, and units...
2009-10-20 Olivier CourtinAdd libxml2 support (needed by GeomFromGML)
2009-10-19 Regina Obeupdate to include ST_Length for geography
2009-10-19 Paul RamseyAdd _ST_BestSRID(Geography) utility function to support...
2009-10-18 Paul RamseyAdd in support for magic srid numbers that will always...
2009-10-18 Paul RamseyST_Length(geography) per #266
2009-10-16 Paul RamseyMuck with index logging code.
2009-10-16 Mark Cave-AylandFix the geography <column> && <column> selectivity...
2009-10-16 Mark Cave-AylandCommit a first-hack attempt at a script to test the...
2009-10-16 Mark Cave-AylandChange "Mixed Geometry Types" message into a warning...
2009-10-16 Regina Oberevise to test && against table and also put in some...
2009-10-16 Regina Obe#269 get rid of geography -> geometry implicit to make...
2009-10-16 Sandro SantilliTell what the default is for -N in help output and...
2009-10-15 Mark Cave-AylandUpdate the TYPMOD_SET_* macros in the same way as for...
2009-10-15 Mark Cave-AylandAdd (slightly hacked) version of geography selectivity...
2009-10-15 Mark Cave-AylandFix test_estimation.pl script so it doesn't require...
2009-10-15 Mark Cave-AylandAlter the FLAGS_SET_* macros so that they actually...
2009-10-15 Mark Cave-AylandFix for column intersection geography queries sometimes...
2009-10-14 Mark Cave-AylandRe-enable ANALYZE hook, now that it doesn't crash upon...
2009-10-14 Mark Cave-AylandDon't use the default (integer) version of abs() during...
2009-10-13 Paul RamseyMuch better fix for NaN area problem.
2009-10-13 Paul RamseyHAck fix for NaN areas.
2009-10-11 Paul RamseyDon't copy bboxes from lwgeom to gserialized when worki...
2009-10-10 Regina Obeupdate to include ST_Covers geography
2009-10-10 Regina Obeupdate ST_Area with geography examples
2009-10-10 Paul RamseyAdd geometry(geography) case per #257
2009-10-10 Paul RamseyFix ST_Area(geography) calculation to be more... correct.
2009-10-09 Paul RamseyAdd implementation for ST_Covers(geography, geography...
2009-10-09 Paul RamseyFix incorrect use of flags macros
2009-10-09 Paul RamseyOne more fix for #260.
2009-10-09 Paul RamseyFix for #261 (spurious dimension difference errors)
2009-10-09 Regina ObePut in proto for ST_Area(geography). Still need to...
2009-10-09 Paul RamseyAdd ST_PointOutside() function for testing purposes.
2009-10-08 Paul RamseyMake geographic point initialization slightly more...
2009-10-08 Paul RamseyMake error messages slightly less opaque
2009-10-08 Paul RamseyComment out analyze argument in geometry type creation...
2009-10-08 Paul RamseyChange radius figure to common average.
2009-10-08 Paul RamseyReformat SQL lines with tabs
2009-10-08 Regina Oberevise readme to include link to instructions for garde...
2009-10-08 Regina ObeRevise to have function list past in as arg to xsltproc
2009-10-08 Mark Cave-AylandCommit first attempt at working geography index selecti...
2009-10-08 Paul RamseyST_Area(geography) implementation and SQL bindings.
2009-10-07 Paul RamseyMake the calculation of gboxes a little simpler in...
2009-10-07 Mark Cave-AylandFix #179: ST_MakeLine and ST_MakeLine_Garry crash serve...
2009-10-07 Regina ObeAdd table with multiple nulls to garden of geometries...
2009-10-07 Regina Obeflip order of ST_Relate protos as Martin observes it...
2009-10-07 Paul RamseyPut prototypes into place
2009-10-07 Paul RamseyChange from pass by reference to pass by value
2009-10-07 Paul RamseyShort circuit the edge intersection test when the gboxe...
2009-10-06 Mark Cave-AylandFirst attempt at porting the estimate_selectivity(...
2009-10-06 Mark Cave-AylandFix #258: ST_HausdorffDistance crashes server. Another...
2009-10-06 Mark Cave-AylandFix #241: ST_LineCrossingDirection Server Crash (Segfau...
2009-10-06 Regina ObePut NULL safety tests back in now that Mark has fixed...
2009-10-06 Regina ObeTurn of Paul's accidental commit of fanboy mac enabled...
2009-10-06 Mark Cave-AylandFix compilation bug when debug is enabled.
2009-10-06 Mark Cave-AylandFix another non-NULL safe array iteration within LWGEOM...
2009-10-06 Mark Cave-AylandMove CFLAGS after the PGXS include directive, so that...
2009-10-06 Paul RamseyMake db implementation consistent with liblwgeom
2009-10-06 Paul RamseyChange signatures for lwgeom distance sphere
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...
next