]> granicus.if.org Git - postgis/shortlog
postgis
2015-04-03 Nicklas Avéneffective area: fix multiple bugs in minHeap and make...
2015-03-27 Paul RamseyFix z+ handling
2015-03-26 Paul RamseyGeoJSON maintenance
2015-03-26 Nicklas AvénAdd minheap for ordering areas, and funtionality to...
2015-03-26 Paul RamseyEntity the <
2015-03-25 Paul RamseyAdd doc entry for ST_Subdivide
2015-03-24 Bborie Parkinvalid operator. Ticket #3090
2015-03-23 Bborie ParkFix ST_DumpValues() crasher when cleaning. Ticket ...
2015-03-23 Sandro SantilliDo not (re)define strcasestr in a public header (#3088)
2015-03-23 Sandro SantilliAdd 2.1.5 and 2.1.6 sections in NEWS
2015-03-23 Regina Obe#3087 cast text to geometry lwgeom_regress failure...
2015-03-23 Regina Obe#3080 regress failure on 9.5. Put in an OFFSET 0 on...
2015-03-20 Paul RamseyBack out changes from #3056
2015-03-20 Paul RamseyReorder to C order
2015-03-20 Paul RamseyReorder to C standard
2015-03-20 Paul Ramsey#3031, allow MULTIPOINT EMPTY into Geometry(Point)...
2015-03-20 Sandro SantilliAdd missing typmod tests for high-dimensioned TINs
2015-03-20 Sandro SantilliAdd non-empty (multi)point cases to the typmod test...
2015-03-20 Sandro SantilliFix typo in typmod test (#3031)
2015-03-18 Paul Ramsey#3056, only do 3d distance calcs when both args are 3d
2015-03-17 Paul Ramsey#2969, memory leak in the function of "lwtriangle_from_...
2015-03-17 Paul Ramsey#2941, add test to back up changes
2015-03-17 Sandro SantilliFix availability info for "agg_count" type (#3082)
2015-03-17 Sandro SantilliFix availability info for "summarystats" type (#3082)
2015-03-17 Sandro SantilliFix soft upgrade from 2.0 to 2.2 (#3081)
2015-03-17 Sandro SantilliAdd upgrade path from 2.0.6
2015-03-17 Sandro SantilliLibtoolize build of loader unit tester, fixing build...
2015-03-16 Paul RamseyRevert previous commit, problem tricked into raster...
2015-03-16 Paul RamseyAdd a regression test for ST_Subdivide
2015-03-16 Paul Ramsey#3061, Allow duplicate points in JSON, GML, GML ST_Geom...
2015-03-16 Paul Ramsey#3061, do not drop repeated points when reading JSON...
2015-03-16 Sandro SantilliInclude float.h for DBL_DIG define (#3079)
2015-03-16 Sandro SantilliGenerate pom.xml at configure time (#2626)
2015-03-16 Sandro SantilliStrip newlines and comments from uninstall/drop scripts
2015-03-13 Sandro SantilliUpdate postgis_restore.pl skip list
2015-03-13 Sandro SantilliDraft an "update-restore" rule to update postgis_restor...
2015-03-13 Sandro SantilliCanonicalize signature skip list a bit
2015-03-13 Sandro SantilliClarify the role of ST_DumpValues array indexes
2015-03-11 Sandro SantilliFix bug in comment
2015-03-09 Sandro SantilliLibtoolize generator build, fixing it for me
2015-03-08 Paul RamseyComments and notes
2015-03-07 Paul RamseyFix elog error
2015-03-07 Paul Ramsey#3074, subdivide any geometry into a simple set of
2015-03-06 Paul Ramsey#3074, add in lwgeom backend for subdivision
2015-03-06 Paul Ramsey#3074, first piece of infrastructure, count points...
2015-03-06 Paul RamseyRemove un-used pgsql headers
2015-03-06 Sandro SantilliFix ST_ClipByBox2D after gbox calculations centralizati...
2015-03-06 Sandro SantilliFix build after gbox calculations centralization (r13313)
2015-03-06 Sandro SantilliUpdate expected results from sfcgal tests after bbox...
2015-03-06 Sandro SantilliSimplify geometry type constraint (#3070)
2015-03-05 Paul RamseyMake serialization code more agressive about not adding...
2015-03-05 Paul RamseyMove free before the report
2015-03-05 Paul RamseyCentralize gbox calculations in liblwgeom
2015-03-05 Paul RamseyChange more getpoint2d_p to const point calls
2015-03-05 Paul RamseyChange some more functions to use getPoint2d_cp
2015-03-05 Paul RamseyChange some getPoint2d_p to getPoint2d_cp
2015-03-05 Paul RamseyMove some more primitive pointarray accesses back to...
2015-03-05 Paul RamseyReplace a few more gserialized reads with the macro
2015-03-04 Paul RamseyCatch remaining detoasting calls and replace with MACRO
2015-03-04 Paul RamseyWrap de-toastings in a common MACRO
2015-03-04 Paul RamseyBe (slightly) more memory friendly when generating...
2015-03-04 Paul Ramsey#3069, bounding boxes added to simple objects on deseri...
2015-03-03 Sandro SantilliHave postgis_typmod_dims return NULL for unconstrained...
2015-03-03 Sandro SantilliImplement canonical text output for GIDX and BOX2DF
2015-03-02 Sandro SantilliFix ND-GiST picksplit method to split on the best plane...
2015-02-26 Sandro SantilliReduce length of purpose section for ST_Buffer and...
2015-02-25 Sandro SantilliReorder docs parameters
2015-02-25 Sandro SantilliAdd ST_SwapOrdinates function
2015-02-25 Sandro SantilliUpdate corporate name OpenGeo -> Boundless
2015-02-25 Sandro SantilliAdd N-dimensional distance operator with KNN support
2015-02-24 Sandro SantilliInclude the LIMIT clause in KNN scan test queries
2015-02-24 Sandro SantilliRe-enable all scan types by the end of index test
2015-02-24 Sandro SantilliOnly run KNN tests when building against PostgreSQL...
2015-02-24 Sandro SantilliMake sure <#> order is unambiguous for first result
2015-02-24 Sandro SantilliFix scan type detection function to work with nested...
2015-02-23 Sandro SantilliAdd test for index supported KNN queries
2015-02-23 Sandro SantilliDo not require XML support in PostgreSQL for testing...
2015-02-23 Sandro SantilliAdd test for use of GiST index with && operator
2015-02-23 Paul Ramsey#3053: possible bug in geometry_geometrytype (strncat...
2015-02-23 Paul Ramsey#3051, warning: 'end' may be used uninitialized in...
2015-02-23 Sandro SantilliFurther reword docs for <-> and <#> operators
2015-02-23 Sandro SantilliMake <-> and <#> operators also available with pgsql...
2015-02-23 Sandro SantilliImprove documentation for GetRingEdges (#3046)
2015-02-20 Paul RamseyMove snap-to-grid functions into lwgeom where they...
2015-02-20 Paul Ramsey#3050 Peak into header for GeometryType
2015-02-20 Paul Ramsey#3049 Use getPoint_cp for read-only accesses
2015-02-20 Sandro SantilliFix dimensionality confusion in &&& operator (#3045)
2015-02-20 Sandro SantilliAdd bbox cache size test
2015-02-20 Paul Ramsey#3048, speed up simplify
2015-02-19 Sandro SantilliRemove spaces and capital letters from suite names
2015-02-19 Sandro SantilliAdd tests for ND overlap operator &&&
2015-02-19 Sandro SantilliAdd a couple of tests for <-> and <#> operators (#3036)
2015-02-19 Sandro SantilliAdd missing tests for ancient operators
2015-02-19 Paul Ramseyupdate readme
2015-02-18 Paul RamseyHarmonize Suite names
2015-02-18 Paul Ramsey#3041, add remaining tests
2015-02-18 Paul Ramsey#3041, Cunit 2.1-3 breaks testing
2015-02-18 Paul Ramsey#3041, Cunit 2.1-3 breaks testing
2015-02-18 Sandro SantilliAdd note about missing operator tests
2015-02-18 Sandro SantilliExtract operators tests from the generic, legacy "regre...
next