]> granicus.if.org Git - postgis/shortlog
postgis
2010-03-17 Sandro SantilliAdd ST_Split
2010-03-17 Sandro SantilliDon't choke on clean when there's nothing to clean
2010-03-17 Sandro SantilliFix 'clean' rule to descend in cunit
2010-03-16 Sandro SantilliAdd support for MULTI* in ST_Split
2010-03-16 Sandro SantilliDocument ST_Split
2010-03-16 Paul RamseySome function renaming: lwgeom_typename => lwtype_name...
2010-03-15 Sandro SantilliRename ST_SplitGeometry to ST_Split (better now than...
2010-03-15 Sandro SantilliImplement split-poly-by-line
2010-03-13 Sandro SantilliReword exception message, make algorithm more robust...
2010-03-13 Sandro SantilliFix printf call
2010-03-13 Sandro SantilliSplit-line-by-line: handle overlap cases by raising...
2010-03-13 Sandro SantilliImplement split-line-by-line
2010-03-13 Sandro SantilliBe polite
2010-03-12 Sandro SantilliFix memory errors in presence of NULL (0-verticed)...
2010-03-12 Sandro Santilliptarray_substring *does* already implement interpolation
2010-03-12 Sandro SantilliDrop extraneous task (if it referred to loader we do...
2010-03-12 Sandro SantilliFix ST_DumpPoints not to relay on NULL return from...
2010-03-12 Sandro SantilliTrigger reconstruction of regress' postgis.sql when...
2010-03-12 Sandro SantilliAdd item about GeometryN/NumGeometries
2010-03-12 Sandro SantilliAdd support for simple geometries in ST_GeometryN and...
2010-03-12 Mark Cave-AylandFix the PGXS override code for detecting older versions...
2010-03-12 Regina Obeput in note about improvement to ST_Line_SubString...
2010-03-11 Sandro SantilliMore comments cleanup
2010-03-11 Sandro Santilliremove wrong comment
2010-03-11 Sandro SantilliSet interface specs in stone within the implementation...
2010-03-11 Sandro Santilli*always* return a collection from ST_SplitGeometry
2010-03-11 Sandro SantilliHave ST_SplitGeometry return a collection of at most...
2010-03-11 Sandro SantilliAdd SRID retainment testcase for removerepeatedpoint...
2010-03-11 Sandro SantilliAdd SRID retainment testcases
2010-03-11 Sandro SantilliDon't 'clean' the SRID...
2010-03-11 Paul RamseyGrammar fix.
2010-03-10 Paul RamseyFix to allow compile on 9.0alpha
2010-03-10 Sandro SantilliInitial work on ST_SplitGeometry. Split line by point...
2010-03-10 Sandro SantilliSince we do a full scan of pointarray from ptarray_loca...
2010-03-10 Sandro SantilliDocument closest_point_on_segment in header file
2010-03-10 Sandro SantilliDocument ptarray_locate_point in header file
2010-03-10 Sandro SantilliExport geos error logger
2010-03-09 Paul RamseyFix syntax error in spatial_ref_sys hard upgrade direct...
2010-03-09 Paul RamseyInclude 'geography_columns' defn when upgrading from...
2010-03-09 Paul RamseyQuiet notices in the .sql install files (#415)
2010-03-08 Paul RamseyUpdate the bbox when you alter the underlying geometry...
2010-03-08 Kevin Neufeldupdated broken link to utmzone PostGIS plpgsql helper...
2010-03-05 Paul RamseyNote minimum required versions.
2010-03-05 Sandro SantilliFix typo
2010-03-05 Paul RamseyA few more WKB unit tests.
2010-03-04 Olivier CourtinAdd ST_PointN xref in ST_SetPoint entry, from Bruno...
2010-03-03 Paul RamseySet keywords.
2010-03-03 Paul RamseySet keywords and some copyright headers.
2010-03-03 Paul RamseyAdd some tests of the old versus new WKB output.
2010-03-03 Paul RamseyMove spheroid test to the correct place.
2010-03-03 Paul RamseyRemove doxygen flags from static functions.
2010-03-03 Paul RamseyAdd some documentation to the public functions.
2010-03-03 Paul RamseyAdd in tests and fixes for WKB emitter.
2010-03-02 Paul RamseyAdd first cut to lwgeom_to_wkb function.
2010-03-02 Paul RamseyAdd a couple functions (length, copy) to stringbuffer...
2010-03-02 Sandro SantilliST_MakeValid : turn collapsed lines into points [RT...
2010-02-28 Sandro SantilliNode lineal geometries resulting invalid. Re-enable...
2010-02-28 Sandro SantilliDon't use a collection when there's no area
2010-02-28 Sandro SantilliFix build with debugging on, fix bug when run against...
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...
next