2009-11-10 |
Regina Obe | using (T) to denote Paul's transform hacks and noting... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Regina Obe | Put in ST_Intersection proto for geography |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Regina Obe | add ST_Intersects proto for geography |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Regina Obe | Add ST_GeomFromKML, add some grammar corrections to... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Olivier Courtin | Initial version of ST_GeomFromKML function and related... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Olivier Courtin | remove an unused var. minor comment change |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Olivier Courtin | Complete ST_GeomFromGML documentation. Add ST_GMLToSQL... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Paul Ramsey | Remove TODO items that have actually been done. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Paul Ramsey | Make the configure-time test for PgSQL version check... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Paul Ramsey | Drop database when function loads fail in regression... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Paul Ramsey | Make ~= be a bounding box only operator and upgrade... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Paul Ramsey | Add text wrappers to functions we commonly expect peopl... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Paul Ramsey | Fix for point-on-vertex case of st_covers (#271) |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Paul Ramsey | Utility to read svn revision numbers from SQL scripts. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Olivier Courtin | finalize Xlink support (GML SF-2 fully compliant).... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Paul Ramsey | Make geography.sql part of the standard postgis.sql... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Paul Ramsey | Add costs to CPU intensive C functions and update doco... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Paul Ramsey | Update documentation for those functions affected by... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Paul Ramsey | Fix for #157, ST_GeometryType output doesn't correctly... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Paul Ramsey | Fix for new LRS regression (#283) |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Paul Ramsey | Implement RFC3 (#195) |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Paul Ramsey | Some initializations and a null pointer avoidance test... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Paul Ramsey | Add ST_Intersection() and ST_Intersects() for geography. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Paul Ramsey | Remove createdb_opt lines from psql and createlang... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Paul Ramsey | Make non-M attempts to run LRS functions error out... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Ramsey | Fix for #273? Some unitialized variables may have been... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Ramsey | Fix hausdorf crasher (#279) |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Olivier Courtin | revert wrong commit (r4741) on wktparse.lex file |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Olivier Courtin | Allow a double to not have digit after dot (related... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Ramsey | Fix for #175, numbers with a terminal decimal won't... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Regina Obe | amend ST_Length to include use_spheroid proto and amend... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Ramsey | Allow ~= operator to recheck, per #253. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Regina Obe | type correction in ST_BuildArea output. Add additional... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Olivier Courtin | Give priority to gml namespace attribute if any. Apply... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Ramsey | Change ST_Area(geog) to defaul to spheroid calculation. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Paul Ramsey | Remove unit test failure cases in 32-bit architectures... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Olivier Courtin | Initial support of Xlink. Add related units tests.... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Olivier Courtin | Add xpath headers support for libxml2 |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Paul Ramsey | File headers and property setting. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Paul Ramsey | Add in handlers to avoid sheroid area cases we currentl... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Paul Ramsey | Slight change in ST_Area wording. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Regina Obe | amend distance proto and example -- now we default... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Olivier Courtin | Add namespace support. Add pointProperty and pointRep... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Regina Obe | get rid of extra para tag |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Regina Obe | more typo fixing |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Regina Obe | fix typo |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Regina Obe | Document ST_Buffer for geography and caveats |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Paul Ramsey | Re-enable other geodetic unit tests and remove Java... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
Paul Ramsey | First cut of ST_Area(geography) on spheroid. Currently... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Regina Obe | minor corrections to ST_distance_sphere/spheroid descri... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Regina Obe | amend doc for st_distance_sphere, st_distance_spheroid... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Paul Ramsey | Make distance_spher(oid) functions a little more type... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Paul Ramsey | Update distance_sphere and distance_spheroid to back... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Paul Ramsey | Tighten up geometry->geography case (#265) |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Paul Ramsey | Add ST_Length() implementation on spheroid and rational... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Paul Ramsey | Add in spheroid calculations for ST_Distance and ST_DWi... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Regina Obe | Add link to new compatibility matrix |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Olivier Courtin | Change dimension to srsDimension (GML 3.1.1) |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Olivier Courtin | Change attribute dimension into srsDimension (GML 3... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Paul Ramsey | Minor changes for numerical stability. Remove logging. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Paul Ramsey | Increase precision of minor axis constant. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Paul Ramsey | Spheroid distance calculation between points added. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Olivier Courtin | Add mixed GML srs support. Add ability to deal with... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Olivier Courtin | Expose transform_point, make_project and GetProj4String... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Olivier Courtin | Update unit test result, related to error message chang... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Olivier Courtin | Add attribute dimension in gml:pos and gml:posList... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Paul Ramsey | Note why the penalty function was changed. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Paul Ramsey | Remove overly clever penalty calculation and improve... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Paul Ramsey | Fill in actual error condition |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Paul Ramsey | Fix error in picksplit routine, perhaps will fix balanc... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Regina Obe | slight attribution update |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Regina Obe | minor update to release notes (copying content from... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Regina Obe | switch pretty tag back to credits -- already linked... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Regina Obe | update credits to include breakout of PSC and bump... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Regina Obe | copy release notes text from branch 1.4 which is strang... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Regina Obe | correct links to postgis bug tracker and subversion... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Olivier Courtin | Fix huge number overflow in export functions, cf #277 |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Olivier Courtin | Add multi data coordinates support. Add unit test case... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Olivier Courtin | Add ptarray_merge function |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Paul Ramsey | Update personal information. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Regina Obe | typo in example |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Regina Obe | put in availability note for ST_GeomFromGML, link back... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Regina Obe | Preliminary documentation for ST_GeomFromGML and logic... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Olivier Courtin | Use ptarray_isclosed3d to check if 3D rings are closed... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Olivier Courtin | Add ptarray_isclosed3d function |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Regina Obe | fix typo in libxml deactivated notice |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Olivier Courtin | Add HAVE_LIBXML2 |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Olivier Courtin | Add initial version of GeomFromGML function, and units... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Olivier Courtin | Add libxml2 support (needed by GeomFromGML) |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Regina Obe | update to include ST_Length for geography |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Paul Ramsey | Add _ST_BestSRID(Geography) utility function to support... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Paul Ramsey | Add in support for magic srid numbers that will always... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Paul Ramsey | ST_Length(geography) per #266 |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Paul Ramsey | Muck with index logging code. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mark Cave-Ayland | Fix the geography <column> && <column> selectivity... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mark Cave-Ayland | Commit a first-hack attempt at a script to test the... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mark Cave-Ayland | Change "Mixed Geometry Types" message into a warning... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Regina Obe | revise to test && against table and also put in some... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Regina Obe | #269 get rid of geography -> geometry implicit to make... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Sandro Santilli | Tell what the default is for -N in help output and... |
commit | commitdiff | tree | snapshot |
next |