]> granicus.if.org Git - postgis/shortlog
postgis
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.
2015-05-25 Regina Obeoops correction to what should be the results
2015-05-25 Regina Obe#2703 knn_recheck regress tests -- will currently fail...
2015-05-24 Nicklas AvénUpdate NEWS-file
2015-05-22 Paul Ramsey#2703, don't use the cache when running distance tests...
2015-05-22 Regina Obeminor wording and additional explain of KNN true dist...
2015-05-22 Paul RamseyProperly guard against unused parameter reads
2015-05-22 Regina ObeCatch enhancements
2015-05-22 Paul Ramsey#3123, add example using array input form of function
2015-05-22 Sandro SantilliTypos
2015-05-21 Paul Ramsey<-> for geography committed with recheck
2015-05-21 Sandro SantilliReduce string concatenation operations
2015-05-21 Paul RamseyClarify status
2015-05-21 Paul Ramsey#3124, Deprecation Warnings inside Aggregates
2015-05-21 Sandro SantilliAdd postgis-out.xml back as a dependency of postgis_agg...
2015-05-21 Sandro SantilliReduce number of calls to ST_RelateMatch during Validat...
2015-05-21 Sandro SantilliFix dependency of postgis_aggs_mm.xml Makefile rule
2015-05-20 Regina ObeDo not get fooled by carriage returns - chomp did not...
2015-05-20 Paul Ramsey#2703, support true KNN in PgSQL 9.5+
2015-05-20 Sandro SantilliDo not get fooled by carriage returns
next