]> granicus.if.org Git - postgis/shortlog
postgis
2015-08-12 Paul Ramsey#3235, ensure all commands in upgrade are within transa...
2015-08-11 Regina Obe#3236 get rid of STRICT on ST_OrderingEquals -- prevent...
2015-08-11 Paul Ramsey#2382, allow multiple libraries to co-exist during...
2015-08-10 Paul RamseyAdd 2.0.7 release
2015-08-07 Sandro SantilliEnhance test for ST_MoveIsoNode
2015-08-07 Sandro SantilliImplement ST_RemIsoNode/ST_RemoveIsoNode in C
2015-08-06 Sandro SantilliImplement ST_RemIsoNode/ST_RemoveIsoNode in C
2015-08-06 Sandro SantilliFix test to really remove an isolated node
2015-08-06 Sandro SantilliAdd more of the implemented liblwgeom topo API
2015-08-06 Sandro SantilliDo not clean *.control on "make clean"
2015-08-06 Sandro SantilliImplement ST_ChangeEdgeGeom in C
2015-08-06 Sandro SantilliFix another possible release of unallocated memory...
2015-08-06 Regina Obe#3191: address_standardizer_data_us should respect...
2015-08-05 Mateusz LoskotRevert r13885 from trunk:
2015-08-05 Mateusz LoskotMigrate Travis CI builds to the new container-based...
2015-08-05 Sandro SantilliReport postgresql support at the end of ./configure...
2015-08-05 Sandro SantilliFix --without-postgresql handling
2015-08-05 Sandro SantilliAdd --without-postgresql switch to only build liblwgeom...
2015-08-05 Sandro Santillipostgis.sql and postgis_upgrade.sql are no more created...
2015-08-04 Regina Obeadd build and package scripts and update all to copy...
2015-08-04 Regina Obe#3206 fix windows issues with topology
2015-08-04 Sandro SantilliImplement ST_GetFaceEdges in C
2015-08-04 Sandro SantilliFix unchecked return from _lwt_CheckEdgeCrossing (...
2015-08-04 Regina Oberemove sql folder and add to svnignore
2015-08-04 Regina Obeadd sql folder to svn ignore list
2015-08-04 Regina Obedelete sql folder from svn gets recreated by build
2015-08-04 Sandro SantilliIgnore extensions/address_standardizer/sql/ (git version)
2015-08-04 Sandro SantilliAvoid the short-circuite of ST_Equals while running...
2015-08-04 Sandro SantilliFix labels on interrupt tests
2015-08-04 Sandro SantilliAvoid -0 in output
2015-08-03 Regina Obe#3228: move winnie's regress into repo (still need...
2015-08-03 Regina Obe#3219: Fix windows mingw issue can't build against...
2015-07-31 Regina Obe#3206 get rid of PRId64 calls in appendInfoString and...
2015-07-31 Sandro SantilliAdd memcmp short-circuit to ST_Equals (#3223)
2015-07-31 Sandro SantilliFix uninitialized stddev in stats computation (#3222)
2015-07-31 Sandro SantilliImplement ST_GetFaceGeometry in C
2015-07-30 Sandro SantilliTypo in doc
2015-07-30 Sandro SantilliEnsure the sql/ dir exists before attempting to write...
2015-07-30 Sandro SantilliImplement ST_AddIsoEdge in C
2015-07-30 Sandro SantilliFix possible release of unallocated memory in ST_AddIsoNode
2015-07-30 Sandro SantilliAdd signature for lwt_NewEdgeHeal (unimplemented yet)
2015-07-30 Sandro SantilliSwitch to versioned liblwgeom interface (#2278)
2015-07-29 Sandro SantilliAdd TODO file for liblwgeom (for TOPO, at the moment)
2015-07-24 Paul RamseyQuite warning for robe
2015-07-24 Regina Obe#2867 can't upgrde sfcgal extension - got rid of begin...
2015-07-24 Regina Obe#3216: address standardizer mod path name not versioned
2015-07-23 Regina Obe#2285 standardize_address should no longer be marked...
2015-07-23 Paul RamseyRemove unused test
2015-07-23 Paul Ramseygridspec should be internal
2015-07-23 Paul Ramsey#2577, ST_Project() doc update
2015-07-23 Paul RamseyRemove unneeded commit/begin lines
2015-07-23 Paul RamseyAdd back in more custom postgis lines
2015-07-23 Paul RamseyAdd in custom PostGIS alterations
2015-07-23 Paul Ramsey#2737, update spatial_ref_sys.sql to latest from GDAL...
2015-07-23 Paul Ramsey#3201 ST_DistanceSphere uses SRID to obtain spheroid
2015-07-22 Paul Ramsey#3213, make interrupt tests opt-out
2015-07-22 Paul Ramsey#3212, subdivide nparts not used
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
next