]> granicus.if.org Git - postgis/shortlog
postgis
2015-07-22 Paul Ramsey#2395, force un-closed KML polygons closed, and issue...
2015-07-22 Paul Ramsey#2409, ST_Summary support for curve geometries
2015-07-22 Paul Ramsey#2562, ANALYZE tables after shp2pgsql load
2015-07-22 Paul Ramsey#2896, increase cost of _st_expand(geography) a bit
2015-07-22 Paul Ramsey#3172, ST_AddMeasure refuses to set measure of zero...
2015-07-22 Paul Ramsey#2692, Curve output support in ST_Collect
2015-07-22 Paul Ramsey#2641, ST_SRID and ST_SetSRID for geography
2015-07-22 Paul Ramsey#3202, ST_DistanceSphere allows operations on mixed...
2015-07-22 Paul Ramseyharmonize SRID mismatch testing
2015-07-22 Paul RamseyHarmonize SRID mismatch handling to use same function
2015-07-22 Paul RamseyQuiet warning about dynamic array (const doesn't do...
2015-07-22 Paul RamseyQuiet warnings: unsigned ints can't be negative
2015-07-21 Sandro SantilliUpdate minimum required PostgreSQL version in README...
2015-07-20 Sandro SantilliHandle invalid topology names (#3196)
2015-07-20 Sandro SantilliDo not redefine POSTGIS_DEBUG_LEVEL (that's for debugging)
2015-07-20 Sandro SantilliIndenting only change (and a space in a printf format...
2015-07-20 Sandro SantilliRemove TopoGeometry management API from liblwgeom_topo
2015-07-20 Sandro SantilliImplement ST_AddEdgeNewFaces in C
2015-07-20 Paul RamseyMore subdivide recursion depth for really big input...
2015-07-19 Sandro SantilliAdd item about new topology API in liblwgeom
2015-07-18 Regina Obedelete java SVN folder (now managed on github)
2015-07-18 Sandro SantilliUse standard int64_t type and PRId64 format for 64bit...
2015-07-18 Sandro SantilliLeave a note about new Java binding home
2015-07-17 Sandro SantilliImplement ST_AddEdgeModFace in C
2015-07-16 Paul RamseyRemove runcall of missing test
2015-07-16 Paul RamseyRemove call to internal function
2015-07-16 Paul RamseyRemove unused function from old subdivide routine
2015-07-16 Paul Ramsey#3200, Make ST_Subdivide faster
2015-07-14 Nicklas AvénFix wrong behavior for closest point with unknown z...
2015-07-14 Nicklas AvénFix handling of mixed dimmentionality to 3d measuring...
2015-07-13 Nicklas AvénFix bbox on collection level in TWKB output, #3187
2015-07-10 Paul RamseyClean up missing prototype
2015-07-09 Sandro SantilliTag <para> can be within <note>, not viceversa (oops)
2015-07-09 Sandro SantilliClarify ST_AddEdgeModFace docs about new face side...
2015-07-07 Paul RamseyFrom dbaston <https://github.com/postgis/postgis/pull...
2015-07-07 Paul RamseyTest fix from dbaston
2015-07-07 Paul RamseyFormatting
2015-07-07 Paul Ramsey#3193, install header w/ non-exec bits
2015-07-04 Olivier CourtinST_Intersects sfcgal implementation gives error with...
2015-07-04 Regina Obe#3116: SFCGAL add documentation for geometry backend...
2015-07-02 Sandro SantilliFix warning in non-debug build
2015-07-02 Sandro SantilliFix debug build
2015-07-01 Nicklas Avénrevert r13771 and r13753 see #3188
2015-06-30 Sandro SantilliExport ptarray_isccw to public liblwgeom header
2015-06-30 Nicklas AvénFix handling of different ingoing precision in collectT...
2015-06-30 Sandro SantilliMove function documentation from implementation file...
2015-06-30 Paul RamseyCUnit test case fix from dbaston
2015-06-30 Paul RamseyAsGeoJSON, Make the C binding the frequently used signa...
2015-06-30 Paul Ramsey#2683, improve geojson srs handling (input)
2015-06-30 Paul Ramsey#2669, cunit warnings
2015-06-30 Paul RamseyStroke curves for input into GEOS,
2015-06-30 Paul RamseyAdd const restriction to stroke/unstroke
2015-06-30 Paul RamseyRename _segmentize to _stroke to distinguish arc stroki...
2015-06-30 Paul Ramseyformat to style guide
2015-06-30 Paul Ramsey#2640, ST_GeogFromText allows putting in non-long lat...
2015-06-30 Sandro SantilliFix astyle availability detection
2015-06-30 Paul Ramseyreformat to style guide
2015-06-30 Paul Ramseyreformat to style guide
2015-06-30 Paul Ramseyreformat code to styleguide
2015-06-30 Paul Ramsey#2342, demote join type message to debug
2015-06-30 Regina Obe#3189 put note about 3.5 is needed to take advantage...
2015-06-29 Nicklas AvénAdding ST_CollectTWKB
2015-06-29 Paul Ramsey#3023, ST_ClusterIntersecting / ST_ClusterWithin Functi...
2015-06-29 Paul RamseyQuiet pedantic error
2015-06-29 Paul RamseyIgnore a geocoding artifact
2015-06-29 Paul RamseyRemove memory leak
2015-06-29 Paul RamseyRemove comment
2015-06-29 Paul RamseyFix longstanding parser memory leak
2015-06-29 Paul RamseyRemove memory leak
2015-06-29 Paul RamseyRemove memory leak
2015-06-29 Paul RamseyRemove memory leak
2015-06-29 Paul RamseyRemove memory leak
2015-06-29 Paul RamseyRemove initialized jump valgrind notice
2015-06-29 Paul RamseyRemove mem leak from POINT EMPTY creation
2015-06-29 Sandro SantilliAdd lwgeom_is_simple method in liblwgeom, use from...
2015-06-29 Sandro SantilliImprove documentation
2015-06-29 Sandro SantilliImplement ST_NewEdgesSplit in C
2015-06-29 Sandro SantilliSplit edge splitting function to get a reusable portion
2015-06-29 Sandro SantilliStyle only change
2015-06-29 Sandro SantilliImplement ST_AddIsoNode in C
2015-06-29 Sandro SantilliDo not rely on out param value in getNodeWithinDistance...
2015-06-29 Sandro SantilliHandle error from WithinDistance2D liblwgeom-topo backe...
2015-06-28 Regina Obe#3170 Ability to link liblwgeom dynamically under windo...
2015-06-28 Nicklas AvénPrevent mixed dimensionality in twkb #3186
2015-06-28 Nicklas Avénreturn null if no valid geoemtries is found #3185
2015-06-27 Regina Obeanother typo
2015-06-27 Regina Obeah another typo
2015-06-27 Regina Obefix embarassing typo
2015-06-27 Regina Obedocument enhancements in address_standardizer
2015-06-27 Regina Obe#3183 baby step - ability to do: ALTER EXTENSION addres...
2015-06-27 Regina Obe#2816 show output of address_standardizer_data_us
2015-06-27 Regina Obefix encoding of us_lex.sql so consistent with others...
2015-06-27 Regina Obe#2816: one more try had Data_built and Data confused
2015-06-27 Regina Obe#2816: Might have missed some commits on last go round...
2015-06-27 Regina Obe#2816: Rest of logic needed to build data us extension...
2015-06-27 Regina Obe#2816: Tables for address_standardizer us data extensio...
2015-06-26 Sandro SantilliDon't try to free unexistent arguments
2015-06-26 Sandro SantilliExpect nextval() to return a 64bit integer (#3180)
2015-06-26 Regina Obe#3182 update docs and configure to reflect SFCGAL 1...
2015-06-25 Olivier CourtinUpdate NEWS file, related to #3117
next