]> granicus.if.org Git - postgis/shortlog
postgis
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...
2010-02-11 Sandro SantilliFix typo
2010-02-11 Sandro SantilliGet style
2010-02-11 Sandro SantilliSeparate GEOS part of 'buildarea' function from POSTGIS...
2010-02-10 Sandro Santillixref
2010-02-10 Sandro SantilliEnhance documentation of ptarray_addPoint [RT-SIGTA]
2010-02-09 Sandro SantilliDon't refuse to output invalid geometries trough a...
2010-02-09 Sandro SantilliOops, it seems I broke the build (sorry)
2010-02-09 Sandro SantilliFix documention
2010-02-08 Sandro Santillitweak the sponsor name
2010-02-08 Sandro SantilliInitialie GEOS using lwerror for errors so that excepti...
2010-02-08 Sandro SantilliAdd credits to new feature item
2010-02-08 Sandro SantilliDon't refuse to unparse malformed geometries. Fixes...
2010-02-06 Sandro SantilliSimplify hooks on GEOS error reporter function from...
2010-02-06 Sandro SantilliAdd another test for #407
2010-02-06 Olivier CourtinFix non NULL terminated string in ST_AsSVG with GEOMETR...
2010-02-05 Sandro SantilliAdd ST_isValidDetail item
2010-02-05 Sandro SantilliRegister a buffer-logger as error-reporter from ST_isVa...
2010-02-05 Sandro SantilliA space after return type looks better (and seems to...
2010-02-05 Sandro SantilliDocument ST_IsValidDetail
2010-02-05 Sandro SantilliAdd ST_isValidDetail(geom) returns valid_detail (new...
2010-02-04 Sandro SantilliAstyle run (a-ha, got you!)
2010-02-04 Paul RamseyPush version numbers on trunk forward to next release.
2010-02-04 Paul RamseyUpdate release dates and changelog for 1.5.0
2010-02-03 Paul RamseyInitialize config->createindex value to 0
2010-02-03 Paul RamseyFix handling of "missing table argument" case to use...
2010-02-02 Paul RamseyAdd --no-psqlrc to run_test (#405)
2010-02-02 Paul RamseyTiny re-format
2010-02-02 Paul RamseyExtra information per Greg Troxel
2010-02-02 Paul RamseyUpdate usage string to show correct default encoding.
2010-02-02 Paul Ramseyastyle recent change
next