]> granicus.if.org Git - postgis/shortlog
postgis
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 !
2015-06-18 Sandro SantilliST_ApproximateMedialAxis: cast WKT to geometry on plpgq...
2015-06-17 Sandro SantilliBye bye, java
2015-06-17 Sandro SantilliAdd SRID conservancy in ApproximateMedialAxis test
2015-06-17 Sandro SantilliAdd ST_ApproximateMedialAxis (#3169)
2015-06-16 Sandro SantilliRevert "Build liblwgeom with -no-undefined flag"
2015-06-16 Sandro SantilliMake SFCGAL version available in sqldefines.h
2015-06-16 Sandro SantilliMake SFCGAL version available in postgis_config.h.in
2015-06-13 Sandro SantilliAdd ST_Boundary in "see also" section for ST_MakePolygon
2015-06-13 Sandro SantilliFix the "maintainer-clean" rule, and avoid maven downlo...
2015-06-13 Sandro SantilliOnly remove pom.xml on "make maintainer-clean"
2015-06-12 Sandro SantilliInclude pom.xml in distribution (#3154)
2015-06-12 Sandro SantilliStop using "cvs" string in dist script
2015-06-12 Paul Ramsey#3164, ST_ClipByBox2D a little less brittle
2015-06-12 Regina Obetake out pom make section to try to make travis happy...
2015-06-12 Paul Ramsey#1137, Add a tolerance distance to ST_RemoveRepeatedPoints
2015-06-12 Sandro SantilliAdd item about new functions supporting compoundcurve...
2015-06-11 Paul Ramsey#2717, support startpoint, endpoint, pointn, numpoints...
2015-06-11 Sandro SantilliOptimize ptarray_locate_along_linear to really honour...
2015-06-11 Sandro SantilliAdd test for ST_Affine bbox cache bug (#3159)
2015-06-11 Sandro SantilliMake ST_Scale not use ST_Affine
2015-06-11 Paul Ramsey#3159, only add boxes to geometries that are input...
2015-06-11 Sandro SantilliAdd missing item about |=| addition
2015-06-11 Sandro SantilliAllow passing M factor to ST_Scale (#3062)
2015-06-11 Sandro Santillilwgeom_scale: recompute bounding box if needed
2015-06-11 Sandro SantilliMove liblwgeom logging functions outside of public...
2015-06-11 Sandro SantilliDrop unused lw_vasprintf / lw_asprintf functions from...
2015-06-11 Sandro SantilliBuild liblwgeom with -no-undefined flag
2015-06-11 Sandro SantilliMove temporal function wrappers in their own file
2015-06-10 Sandro SantilliFix unused vars and funx warnings building against...
2015-06-10 Sandro SantilliRestore liblwgeom API compatibility (#3156)
2015-06-10 Sandro SantilliConvert varint test to use the new ASSERT_STRING_EQUAL...
2015-06-10 Sandro SantilliConvert ptarray test to use the new ASSERT_STRING_EQUAL...
2015-06-10 Sandro SantilliAdd lwgeom_scale and ptarray_scale with support of...
2015-06-10 Sandro SantilliTrim refpurpose section for <-> operator, move details...
2015-06-10 Sandro SantilliAdd |=| operator with CPA semantic and KNN support...
2015-06-10 Sandro SantilliEnsure ST_DistanceCPA returns NULL if inputs do not...
2015-06-10 Sandro SantilliRemove liblwgeom.h on make uninstall (#3155)
2015-06-10 Sandro SantilliAdd note about minimum PROJ4 version requirement raise
2015-06-09 Regina Obe#3154: revise make dist to build pom and not delete.
2015-06-09 Sandro SantilliFix definition of ST_DistanceCPA
2015-06-09 Sandro SantilliST_DistanceCPA: return distance at closest point of...
2015-06-09 Sandro SantilliHave ST_ClosestPointOfApproach return NULL if inputs...
2015-06-09 Sandro SantilliBe less noisy on meeting trajectories, add temporal...
2015-06-09 Sandro SantilliFix lwgeom_tcpa distance computation for degenerate...
2015-06-09 Sandro SantilliImplement missing distance3d_pt_pt function
2015-06-09 Sandro SantilliUpdate in-header documentation for lwgeom_split
2015-06-06 Regina Obe#2906: move census functions into tiger_loader_2014...
2015-06-05 Regina Obe#2906: Fix webiste link postgis.net (instead of postgis...
2015-06-04 Sandro SantilliGet "Closest Point of Approach" name straight ...
2015-06-04 Sandro SantilliMove ST_ClosestPointOfApproach tests under temporal.sql
2015-06-04 Regina Obechange extension install to go from root of tiger
2015-06-04 Regina Obea lot of this stuff is not tiger_2011, we should just...
2015-06-04 Paul Ramsey#2287, fix regressions with new debug in raster
next