]> granicus.if.org Git - postgis/shortlog
postgis
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
2015-06-04 Nicklas AvénHarmonize ST_SimplifyVW with ST_Simplify behavior when...
2015-06-04 Paul Ramsey#2287, move debug messages in --enable-debug builds...
2015-06-04 Regina Obe#3133 add nd index recheck tests
2015-06-04 Regina Oberework the knn recheck tests for goemetry, geography...
2015-06-04 Sandro SantilliEmbed full version (and revision) in package name for...
2015-06-03 Paul Ramseyspellign
2015-06-03 Paul Ramsey#3133, support for recheck on M-measured geometries
2015-06-03 Paul RamseyIsolate <<->> in version-checked regression file
2015-06-03 Paul Ramseywhitespace
2015-06-03 Paul Ramsey#3133, add <<->> recheck supporrt and rip out <<#>>
2015-06-03 Nicklas AvénGuard from 1 point linestrings in st_simplifyvw and...
2015-06-03 Paul Ramsey#3132, KNN box-only operator <-> for geography to suppo...
2015-06-03 Paul Ramsey#3140, fix comparison function
2015-06-03 Paul Ramseyquite tests a bit
2015-06-03 Sandro SantilliUpdate the GEOS version warning to recommend 3.4.2
2015-06-02 Paul Ramsey#3143, use right type size / simpler pointer math?
2015-06-01 Paul RamseyGuard against crazy selectivity numbers
2015-06-01 Sandro SantilliST_BoundingDiagonal (#3139)
2015-06-01 Paul RamseyHarmonize regression test
2015-06-01 Paul RamseyStylistic OCD
2015-06-01 Paul RamseyHarmonize threshold w/ message
2015-06-01 Regina Obe#3074: Add postgres regress for ST_SubDivide, update...
2015-05-31 Regina Obemore fine tuning to force index use during index tests
2015-05-31 Regina Obe#3127 revert back to use sphere distance (spheroid...
2015-05-31 Regina Oberevert last change
2015-05-31 Regina Obe#3143 get rid of duplicate measure_suite_setup declarat...
2015-05-31 Regina Obe#3127 Switch knn to use spheroid distance instead of...
2015-05-30 Nicklas AvénA small opimization to not use temp buffer when size...
2015-05-30 Paul Ramsey#3131, just fix KNN w/ big hammer
2015-05-29 Paul RamseyUse the right function!
2015-05-29 Paul RamseyRemove stub code!
2015-05-29 Paul Ramsey#3131, fix crasher
2015-05-29 Regina ObeAdd raster garden tests to make garden run
2015-05-29 Paul RamseyLower limit on max vertices
2015-05-29 Paul Ramsey#3131, KNN geography still gives ERROR: index returned...
2015-05-29 Paul RamseyAlter test
2015-05-29 Paul Ramsey#3135, avoid infinite recursion on features with repeat...
2015-05-29 Regina Obe#3134 change make garden to use regress install instead...
2015-05-28 Paul RamseyMove test to ifdef'ed location for GEOS 3.5
2015-05-28 Paul RamseyMove some types around, see if winnie gets happier
2015-05-28 Paul Ramsey#3135, ST_SubDivide garden crasher on malformed polygon...
2015-05-28 Paul RamseyRemove possible double free
2015-05-28 Paul Ramsey#2093, Add extra policy argument to control ST_Simplify...
2015-05-28 Paul RamseyRemove dead code
2015-05-28 Paul RamseyTWKB: Drop duplicate vertices during encoding
2015-05-28 Sandro SantilliAdd NEWS entry and another example for ST_IsValidTrajectory
2015-05-28 Sandro SantilliAdd ST_IsValidTrajectory (#3129)
2015-05-27 Sandro SantilliFix ST_ClosestPointOfApproach assumption of lwgeom...
2015-05-27 Regina Obethe actual geography tst needs some work, but for now...
2015-05-27 Regina Obe#3134: make garden doesn't install postgis (revise...
2015-05-26 Paul Ramsey#3126, ST_SubDivide garden crasher on Polyhedral Surface
2015-05-26 Paul RamseyFormatting
2015-05-26 Paul Ramsey0se FP_TOLERANCE instead of 0
2015-05-26 Paul RamseyDo KNN distance calcs on the spherod
2015-05-26 Sandro SantilliFix return type of LRS functions in docs from float...
2015-05-26 Sandro SantilliAdd missing tests for ST_AddMeasure and ST_InterpolatePoint
2015-05-26 Sandro SantilliAdd ST_ClosestPointOfApproach (#3128)
2015-05-26 Sandro SantilliRemove unused variable
2015-05-26 Sandro SantilliAdd some const qualifiers for 3d distance functions
2015-05-26 Regina Obe#2703: KNN geography recheck tests
2015-05-25 Paul RamseyTest for crasher
2015-05-25 Paul RamseyFix crasher found in garden tests
2015-05-25 Paul RamseyMove inline functions for clang compat
2015-05-25 Sandro SantilliIt's the object files that depend on headers, not the...
2015-05-25 Sandro SantilliInline helper measures3d functions
2015-05-25 Sandro SantilliConsider all headers as dependencies of library
2015-05-25 Sandro SantilliHeader guard and macro-protection for measures3d header
2015-05-25 Regina Obewas right first time -- no space at end.
next