]> granicus.if.org Git - postgis/shortlog
postgis
2012-07-10 Paul RamseyFix a NaN result leaking into the tree building algorit...
2012-07-10 Sandro SantilliCreate target dir if non-existing
2012-07-06 Paul RamseyHandle best SRID finding for shapes the cross the poles...
2012-07-05 Paul RamseyFix issue where the cached object is a point and the...
2012-07-05 Paul RamseySupport for larger objects in ST_Intersection(geography...
2012-07-04 Paul RamseyFix problems with circtree building on short edges...
2012-07-04 Sandro SantilliFix pgsql2shp for big-endian systems (#1900)
2012-07-04 Bborie ParkChanged return value of rt_pixtype_get_min_value()...
2012-07-04 Bborie ParkFixed how the minimum possible value of a pixel type...
2012-07-03 Bborie ParkFixed handling of pixel value check for NODATA
2012-07-03 Bborie ParkAdded docs for ST_PixelAsPoints and ST_PixelAsCentroids...
2012-07-03 Bborie ParkAddition of notes differentiating ST_DumpPolygons and
2012-07-03 Bborie ParkAddition of regression tests for ST_PixelAsCentroids and
2012-07-03 Bborie ParkAddition of ST_PixelAsPoints and ST_PixelAsCentroids
2012-07-03 Bborie ParkRemoved RASTER_getPixelPolygon as it has been replaced...
2012-07-03 Bborie ParkChange signature of ST_PixelAsPolygons() and added...
2012-07-03 Bborie ParkAdded check for empty raster to RASTER_getPixelPolygons
2012-07-03 Bborie ParkRefactored ST_PixelAsPolygons to call a C function...
2012-07-03 Bborie ParkRenamed "hasnodata" function parameter to "exclude_noda...
2012-07-03 Regina Obefix typos
2012-07-03 Regina ObeAdmit defeat and render geometries old-fashoined way
2012-07-03 Regina Obelet see if a geom collection works
2012-07-03 Regina Obelets take out completely for now.
2012-07-03 Regina Obebreak out multiline into separate linestrings hopefully...
2012-07-03 Paul RamseyAdd in ST_DistanceTree for testing purposes. Do not...
2012-07-03 Regina Obeone more try
2012-07-03 Regina Obeforgot to commit wkt files
2012-07-03 Regina Obesome examples of delaunay triangles
2012-07-03 Sandro SantilliBe tolerant with regressing against GEOS-3.2.0
2012-07-03 Bborie Parkcleanup of examples for ST_Raster2WorldCoord()
2012-07-03 Regina Obeupdate unpackaged. Need to make this an automated...
2012-07-01 Paul RamseyFix problem thresholded distance searching in circ...
2012-06-30 Paul RamseyFix cache coherence error where the trees were being...
2012-06-29 Bborie Parkint32 instead of int4 as per Peter Eisentraut on postgi...
2012-06-29 Bborie ParkAdded svn:keywords entry and removed TODO item as ticke...
2012-06-29 Sandro SantilliLet testing temp dir be settable using PGIS_REG_TMPDIR
2012-06-29 Bborie ParkFixed line issues. Added another TODO item.
2012-06-29 Bborie ParkLine formatting
2012-06-28 Bborie ParkAdded raster TODO. Ticket is #1672
2012-06-27 Sandro SantilliAdd ST_DelaunayTriangles (#1215)
2012-06-27 Sandro SantilliAdd lwgeom_delaunay_triangulation (#1215)
2012-06-27 Sandro SantilliUse LDFLAGS environment when building liblwgeom (#1891)
2012-06-26 Bborie ParkInt32GetDatum() not Int64GetDatum()
2012-06-26 Bborie ParkCleanup of needless dynamic memory allocations
2012-06-26 Bborie ParkAddition of ST_PixelOfValue. Ticket is #1889.
2012-06-26 Bborie ParkRemoved improper freeing of memory.
2012-06-25 Regina Obe#1866 -- apply same geom_equal hack as we did in build...
2012-06-24 Regina Obe2.0.1 ticket notes
2012-06-22 Paul RamseyFix a currently defined-out function signature mismatch.
2012-06-22 Regina Obefix census tract loader for sh
2012-06-21 Mark Cave-AylandRemove auto-resizing columns from text fields in shp2pg...
2012-06-21 Bborie ParkChanged the string "MISSING GDAL DATA" to "GDAL_DATA...
2012-06-21 Bborie ParkAdded method that includes the string "MISSING GDAL...
2012-06-21 Regina Obe#1759: ST_Transform fix for geography
2012-06-20 Paul RamseyHey kid, here's quarter, go buy yourself a compiler.
2012-06-20 Paul RamseyDon't try to do tree caching tricks when the arguments...
2012-06-20 Regina Obemight as well change last geos version to latest releas...
2012-06-20 Regina ObeChange minimum postgres version from 8.4 to 9.0
2012-06-20 Paul RamseyST_LocateAlong chokes on some value combinations (...
2012-06-19 Bborie ParkRefactored aggregate ST_SameAlignment to return NULL...
2012-06-19 Paul RamseyST_InterpolatePoint returns empty M value (#1873)
2012-06-19 Bborie ParkAddition of aggregate variant of ST_SameAlignment....
2012-06-19 Bborie ParkMinor cleanup of comments
2012-06-19 Paul RamseyFix mistake in tree p-i-p return value.
2012-06-19 Paul RamseyFix mistaken error trap in st_dwithincached
2012-06-19 Paul RamseyAdd in SQL binding for circ-tree cached searching....
2012-06-18 Paul RamseyFix mistake in handling crossings-at-a-vertex
2012-06-18 Bborie ParkUpdated NEWS of recent fixes to trunk
2012-06-18 Bborie ParkBehavior is consistent across ST_Intersects(raster...
2012-06-18 Bborie ParkAddition of comments to RASTER_mapAlgebra2()
2012-06-18 Bborie ParkAdded check before calling PG_FREE_IF_COPY() in RASTER_...
2012-06-18 Bborie ParkWhen no pixels are counted for summary stats, all other...
2012-06-18 Bborie ParkCleanup of dev comments
2012-06-18 Bborie ParkFinished work implementing use of PG_FREE_IF_COPY(...
2012-06-18 Bborie ParkFix division by zero in ST_ApproxSummaryStats and the...
2012-06-18 Bborie ParkMore work implementing use of PG_FREE_IF_COPY() and...
2012-06-18 Bborie ParkFirst chunk of code reintroducting PG_FREE_IF_COPY...
2012-06-18 Paul RamseySilence a warning
2012-06-18 Paul RamseyMove the circ tree caching code out of libpgcommon...
2012-06-18 Paul RamseyFix missing symbols problem with lwgeom_calculate_circ_...
2012-06-18 Paul RamseyQuiet some warnings.
2012-06-18 Paul RamseyRemove dead code, add commentary on caching system.
2012-06-18 Paul RamseyUpdate caching code to be more generic, using call...
2012-06-18 Regina Obemore additions and clarifications
2012-06-18 Regina Obetake out interruptibility from 2.0.1 release notes...
2012-06-18 Regina ObeAdd in 2.0.1 news
2012-06-16 Regina Obeput link to user contributed install guides (more nicel...
2012-06-15 Paul RamseyHide internal arguments for tree calculations and shut...
2012-06-15 Paul RamseyUpdate the caching infrastructure to allow for arbitrar...
2012-06-15 Paul RamseyChange ignore parameters on directory
2012-06-15 Paul RamseyAdd circular tree calculations and associated tests...
2012-06-15 Bborie ParkFixed expected output. Ticket is #1848
2012-06-15 Bborie ParkAdditional sorting of rt_clip regression test. Ticket...
2012-06-15 Bborie ParkMake the sql in rtpg_getSR slightly more flexible when...
2012-06-14 Paul Ramseyupdate ignore to ignore generated doxygen file
2012-06-14 Sandro SantilliCatch invalid topology name passed to topogeo_add*...
2012-06-13 Sandro SantilliDon't strip comment lines in the middle of COPY command...
2012-06-12 Sandro SantilliMove sqldefine include on top of the file (#1822)
2012-06-12 Sandro SantilliFix call to GEOS_interruptRegisterCallback (win32)
2012-06-12 Sandro SantilliOnly show readable relations in metadata tables (#1813)
next