]> granicus.if.org Git - postgis/shortlog
postgis
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
2015-06-25 Olivier CourtinDocumentation fix in ST_Orientation function. #2831
2015-06-25 Olivier CourtinUpdate SFCGAL installation instructions. #3115.
2015-06-25 Paul Ramsey#3181, fix regression result in sfcgal
2015-06-25 Olivier CourtinAdd suport for SFCGAL 1.1. #3117. Apply patch written...
2015-06-25 Paul Ramsey#3181, harmonize tests to new POINT EMPTY format
2015-06-25 Paul Ramsey#3181, Output POINT EMPTY in WKB using NaN as coordinat...
2015-06-25 Paul RamseyMake test case not overlap nan empty case
2015-06-25 Regina Obe#2734 TIGER geocoder geocode_intersection gives no...
2015-06-25 Sandro SantilliDraft topology API in liblwgeom and topology postgresql...
2015-06-25 Paul Ramsey#3178, EWKB emitter should emit complex empty geometry
2015-06-24 Paul Ramsey#3177, gserialized_is_empty cannot handle nested empty...
2015-06-23 Sandro SantilliExpose ST_CPAWithin to SQL
2015-06-23 Sandro SantilliAdd lwgeom_cpa_within function
2015-06-23 Sandro SantilliRegister a notice handler in cu_tester
2015-06-23 Sandro SantilliAdd multipolygon-by-line ST_Split case in documentation
2015-06-23 Sandro SantilliWorkaround PostgreSQL-9.5dev bug forcing install on...
2015-06-23 Sandro SantilliReduce number of queries by one within ST_ModEdgeSplit
2015-06-23 Sandro SantilliWorkaround PostgreSQL-9.5dev bug forcing install on...
2015-06-22 Sandro SantilliDrop PGXSOVERRIDE temporary hack. PostgreSQL 9.0 is...
2015-06-22 Sandro SantilliAdd links to official code repo and project homepage
2015-06-22 Sandro SantilliRemove github advertisement from README.md
2015-06-19 Sandro SantilliAdd an lwpgwarning function, for those who worry !
next