]> granicus.if.org Git - postgis/shortlog
postgis
2010-02-28 Sandro SantilliAdd paranoid check to make super-sure no input vertices...
2010-02-28 Sandro SantilliPut GEOS-only functionality of ST_MakeValid in its...
2010-02-28 Sandro SantilliFix documentation to match current behaviour
2010-02-28 Sandro SantilliSimplify code
2010-02-28 Sandro SantilliAvoid a call to the GEOS CAPI when unnecessary (works...
2010-02-28 Sandro SantilliMove ST_CleanGeometry core code into specialized 'lwgeo...
2010-02-28 Sandro Santillicleanups
2010-02-28 Sandro SantilliPut areal part first in collection, and collapsed edges...
2010-02-26 Olivier CourtinAdd new 'make garden' rule to launch full Garden test...
2010-02-26 Paul RamseyInstructions on adding new tests to cunit, from Jeff...
2010-02-26 Olivier CourtinAdd few more lwgeom_typename, and update regress test...
2010-02-25 Olivier CourtinFix add forgotten return in flip_coordinates (cf #452...
2010-02-25 Paul RamseyFix potential corner case in sphere area calculation...
2010-02-25 Regina ObePut new functions in alphabetical order.
2010-02-25 Regina ObePut in What is new in 2.0 section to trap new 2.0 enhan...
2010-02-25 Olivier CourtinAdd libxml2 requirement para. Fix #344. Thanks to Mateu...
2010-02-25 Paul RamseyFix for st_area(geography) over the dateline (#450)
2010-02-25 Olivier Courtinrename ptarray_reverse_axis to ptarray_flip_coordinates...
2010-02-25 Sandro SantilliDrop unused code, avoid putting empty geometry in a...
2010-02-25 Sandro SantilliRecursively try to build area with portions of the...
2010-02-24 Paul RamseyChange dimensionality indicators to have spaces between...
2010-02-24 Paul RamseyAdd support from SRID= block on EWKT
2010-02-23 Paul RamseyRemove last compile warnings.
2010-02-23 Paul RamseyMaking test methods static to avoid compiler warnings...
2010-02-23 Paul RamseyMaking test methods static to avoid compiler warnings.
2010-02-23 Paul RamseyMake test functions static.
2010-02-23 Paul RamseyMade unit tests easier to add. New suites now just...
2010-02-23 Paul RamseyRemove unused va_copy.
2010-02-23 Paul RamseyWoops again, got work and start size values reversed.
2010-02-23 Paul RamseyOops, commit stringbuffer.h with sensible values for...
2010-02-23 Paul RamseyImprove performance and cut back stringbuffer_t to...
2010-02-23 Paul RamseyAllow cu_tester to accept parameters to run individual...
2010-02-23 Sandro SantilliDon't let ST_RemoveRepeatedPoint collapse LINESTRINGs...
2010-02-23 Olivier CourtinMove ptarray reverse axis function from postgis/lwgeom_...
2010-02-23 Paul RamseyMore WKT tests.
2010-02-23 Paul RamseyMore WKT unit tests
2010-02-23 Olivier CourtinIn fact Nested GeometryCollection are never been suppor...
2010-02-23 Olivier CourtinCheck astyle version prior to do anything. 'blessed...
2010-02-23 Olivier CourtinFix 443. Move all regress export functions test files...
2010-02-22 Paul RamseyAdd more unit tests for WKT
2010-02-22 Olivier CourtinFix #441. And introduce a change in behaviour: if geome...
2010-02-22 Sandro SantilliLet ST_CleanGeometry down to C [RT-SIGTA]
2010-02-22 Sandro SantilliDerive an lwgeom_make_valid from ST_MakeValid [RT-SIGTA]
2010-02-22 Paul RamseyST_AsLatLonText(geometry, format) from Jeff Adams
2010-02-22 Sandro SantilliFollow style guidelines for function naming
2010-02-22 Paul RamseyFirst cut of new WKT output functions, need more unit...
2010-02-22 Olivier CourtinFix missing math.h include in lwout_svg (#438). Put...
2010-02-22 Sandro SantilliOops (#434)
2010-02-22 Sandro SantilliFix warnings when building with GEOS < 3.3.0 (ticket...
2010-02-22 Sandro SantilliFix missing prototypes warnings
2010-02-22 Olivier CourtinId tag
2010-02-22 Olivier Courtinmerge all export functions in a same file. remove usele...
2010-02-22 Olivier CourtinFix comment stuff in cunit
2010-02-22 Olivier Courtinmove ST_AsSVG from postgis to lwgeom dir. write cun...
2010-02-22 Olivier Courtinbbox only bother about external ring. add the related...
2010-02-22 Paul RamseyMove stringbuffer from ./loader to ./liblwgeom for...
2010-02-22 Olivier CourtinMove ST_AsGeoJson from postgis to liblwgeom dir. Use...
2010-02-21 Sandro SantilliCleanup the GeometryClean function now that vertex...
2010-02-21 Sandro SantilliForce multi-type in output if input was multi [RT-SIGTA]
2010-02-21 Olivier CourtinAdd missing MultiPoint test. Fix wrong LWGEOM type...
2010-02-21 Olivier Courtinadd explicit void return type
2010-02-21 Sandro SantilliDisable 'clean' test (still deciding on what's the...
2010-02-21 Olivier CourtinMove ST_AsKML from postgis to liblwgeom dir. Use as...
2010-02-21 Olivier CourtinAdd forgotten lwout_gml.c file (#377)
2010-02-21 Olivier CourtinMove ST_AsGML from postgis dir to liblwgeom. Rewrite...
2010-02-21 Olivier Courtinmake astyle session
2010-02-21 Sandro SantilliST_RemoveRepeatedPoints [RT-SIGTA]
2010-02-21 Sandro Santillistyle...
2010-02-21 Sandro SantilliMake stylish
2010-02-20 Olivier Courtinuse the rights homogenize cunit suite handlers
2010-02-20 Olivier CourtinFix computed string length in Polygon with several...
2010-02-20 Olivier CourtinUse lwgeom_homogenize in in_kml stuff. Related to #375
2010-02-20 Olivier CourtinAdd lwgeom_homogenize function. Related to #375. Add...
2010-02-20 Olivier CourtinAdd Cunit - lwerror use case handle - #420
2010-02-18 Paul RamseyAdd multilinestring support to st_line_substring (...
2010-02-17 Sandro SantilliAllow retaining badly collapsed rings (single-point...
2010-02-16 Kevin Neufeldremoved sfs_compliant note for ST_Transform
2010-02-16 Sandro SantilliReturn NULL rather than throwing when a COLLECTION...
2010-02-16 Sandro SantilliFix build with --enable-debug=3 [RT-SIGTA]
2010-02-16 Sandro SantilliAdd origin field for the clean dataset table, so we...
2010-02-16 Sandro SantilliAdd a test for input being invalid (a test of the test)
2010-02-16 Sandro SantilliSeparate areal-specific cleanups in LWGEOM_GEOS_makeVal...
2010-02-16 Sandro SantilliEmpty geometries are cleanest [RT-SIGTA]
2010-02-16 Sandro SantilliDrop the optional arg to ST_MakeClean, document what...
2010-02-16 Sandro SantilliDrop the optional parameter to ST_MakeValid, we always...
2010-02-16 Sandro SantilliDocument ST_Dimension handling of empty geometries
2010-02-16 Sandro SantilliDo not throw exception on empty ST_Dimension(empty...
2010-02-15 Sandro SantilliFurther cleanups in ST_MakeClean [RT-SIGTA]
2010-02-15 Sandro SantilliFix unsupported message
2010-02-15 Sandro SantilliPlug more leaks
2010-02-15 Sandro SantilliPlug memory leak on GEOS geom construction failure...
2010-02-15 Sandro SantilliRework the regress test to make it easier for curious...
2010-02-14 Sandro SantilliClarify the case of linestring invalidity dropping...
2010-02-14 Sandro SantilliImplement ST_MakeValid(geom_in, collect_collapses)...
2010-02-14 Sandro SantilliCleanups. Hope to reuse some structs for a C-version...
2010-02-14 Sandro SantilliTry to make st_DumpPoints reference somewhat clearer...
2010-02-14 Sandro Santilliptarray_remove_repeated_points [RT-SIGTA]
2010-02-13 Sandro SantilliAdd another validity test [RT-SIGTA]
2010-02-13 Sandro SantilliHandle NULL returns from POSTGIS2GEOS and LWGEOM2GEOS...
2010-02-12 Sandro SantilliRevert GEOS error handlers to be lwnotice to avoid...
next