]> granicus.if.org Git - postgis/shortlog
postgis
2009-11-10 Regina Obeusing (T) to denote Paul's transform hacks and noting...
2009-11-10 Regina ObePut in ST_Intersection proto for geography
2009-11-10 Regina Obeadd ST_Intersects proto for geography
2009-11-10 Regina ObeAdd ST_GeomFromKML, add some grammar corrections to...
2009-11-08 Olivier CourtinInitial version of ST_GeomFromKML function and related...
2009-11-08 Olivier Courtinremove an unused var. minor comment change
2009-11-08 Olivier CourtinComplete ST_GeomFromGML documentation. Add ST_GMLToSQL...
2009-11-07 Paul RamseyRemove TODO items that have actually been done.
2009-11-07 Paul RamseyMake the configure-time test for PgSQL version check...
2009-11-07 Paul RamseyDrop database when function loads fail in regression...
2009-11-07 Paul RamseyMake ~= be a bounding box only operator and upgrade...
2009-11-07 Paul RamseyAdd text wrappers to functions we commonly expect peopl...
2009-11-07 Paul RamseyFix for point-on-vertex case of st_covers (#271)
2009-11-06 Paul RamseyUtility to read svn revision numbers from SQL scripts.
2009-11-06 Olivier Courtinfinalize Xlink support (GML SF-2 fully compliant)....
2009-11-06 Paul RamseyMake geography.sql part of the standard postgis.sql...
2009-11-06 Paul RamseyAdd costs to CPU intensive C functions and update doco...
2009-11-06 Paul RamseyUpdate documentation for those functions affected by...
2009-11-05 Paul RamseyFix for #157, ST_GeometryType output doesn't correctly...
2009-11-05 Paul RamseyFix for new LRS regression (#283)
2009-11-05 Paul RamseyImplement RFC3 (#195)
2009-11-05 Paul RamseySome initializations and a null pointer avoidance test...
2009-11-05 Paul RamseyAdd ST_Intersection() and ST_Intersects() for geography.
2009-11-05 Paul RamseyRemove createdb_opt lines from psql and createlang...
2009-11-05 Paul RamseyMake non-M attempts to run LRS functions error out...
2009-11-04 Paul RamseyFix for #273? Some unitialized variables may have been...
2009-11-04 Paul RamseyFix hausdorf crasher (#279)
2009-11-04 Olivier Courtinrevert wrong commit (r4741) on wktparse.lex file
2009-11-04 Olivier CourtinAllow a double to not have digit after dot (related...
2009-11-04 Paul RamseyFix for #175, numbers with a terminal decimal won't...
2009-11-04 Regina Obeamend ST_Length to include use_spheroid proto and amend...
2009-11-04 Paul RamseyAllow ~= operator to recheck, per #253.
2009-11-04 Regina Obetype correction in ST_BuildArea output. Add additional...
2009-11-04 Olivier CourtinGive priority to gml namespace attribute if any. Apply...
2009-11-04 Paul RamseyChange ST_Area(geog) to defaul to spheroid calculation.
2009-11-04 Paul RamseyRemove unit test failure cases in 32-bit architectures...
2009-11-03 Olivier CourtinInitial support of Xlink. Add related units tests....
2009-11-03 Olivier CourtinAdd xpath headers support for libxml2
2009-11-03 Paul RamseyFile headers and property setting.
2009-11-03 Paul RamseyAdd in handlers to avoid sheroid area cases we currentl...
2009-11-03 Paul RamseySlight change in ST_Area wording.
2009-11-03 Regina Obeamend distance proto and example -- now we default...
2009-11-03 Olivier CourtinAdd namespace support. Add pointProperty and pointRep...
2009-11-03 Regina Obeget rid of extra para tag
2009-11-03 Regina Obemore typo fixing
2009-11-03 Regina Obefix typo
2009-11-03 Regina ObeDocument ST_Buffer for geography and caveats
2009-11-03 Paul RamseyRe-enable other geodetic unit tests and remove Java...
2009-11-03 Paul RamseyFirst cut of ST_Area(geography) on spheroid. Currently...
2009-11-02 Regina Obeminor corrections to ST_distance_sphere/spheroid descri...
2009-11-01 Regina Obeamend doc for st_distance_sphere, st_distance_spheroid...
2009-10-31 Paul RamseyMake distance_spher(oid) functions a little more type...
2009-10-31 Paul RamseyUpdate distance_sphere and distance_spheroid to back...
2009-10-31 Paul RamseyTighten up geometry->geography case (#265)
2009-10-31 Paul RamseyAdd ST_Length() implementation on spheroid and rational...
2009-10-30 Paul RamseyAdd in spheroid calculations for ST_Distance and ST_DWi...
2009-10-30 Regina ObeAdd link to new compatibility matrix
2009-10-29 Olivier CourtinChange dimension to srsDimension (GML 3.1.1)
2009-10-29 Olivier CourtinChange attribute dimension into srsDimension (GML 3...
2009-10-29 Paul RamseyMinor changes for numerical stability. Remove logging.
2009-10-29 Paul RamseyIncrease precision of minor axis constant.
2009-10-29 Paul RamseySpheroid distance calculation between points added.
2009-10-29 Olivier CourtinAdd mixed GML srs support. Add ability to deal with...
2009-10-29 Olivier CourtinExpose transform_point, make_project and GetProj4String...
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...
next