]> granicus.if.org Git - postgis/shortlog
postgis
2012-11-13 Paul Ramsey#2090, gserialized_read_gbox_p sets Z dimension instead...
2012-11-13 Paul Ramsey#2044, lw_arc_length: warning: variable 'a2' set but...
2012-11-13 Paul Ramsey#1895, New node splitting algorithm for GiST
2012-11-13 Paul RamseyRemove <inlineequation> element
2012-11-13 Paul RamseyRemove MathML from documentation. It's not really being...
2012-11-09 Paul RamseyRemove module magic from here, #1162
2012-11-09 Paul RamseyRemove many warnings from -pedantic build, and clean...
2012-11-08 Sandro SantilliRewrite topology.GetRingEdges using a recursive CTE...
2012-11-08 Sandro SantilliShare some code between ST_RemEdgeModFace and ST_RemEdg...
2012-11-08 Regina Obeupdate install to note that we now support loading...
2012-11-08 Regina Obechange this to use 2012 loader, but remark it out so...
2012-11-06 Paul Ramsey#2048, add regression test
2012-11-05 Sandro SantilliCreate indices on start_node and end_node of edge_data...
2012-11-05 Regina Obe#2020: stop penalizing windows 9.2 32-bit when it gives...
2012-11-04 Regina Obe#2081: extension files being installed twice causes...
2012-11-04 Sandro SantilliFix order of TopoGeometry property names
2012-11-04 Regina Obe#1980: define new configure arg --with-mathmldtd to...
2012-11-04 Sandro SantilliOops, revert the revert...
2012-11-04 Sandro SantilliAdd note about lwgeom_make_valid being only available...
2012-11-04 Sandro SantilliRevert "#1970 - 9.2rc1 regress failure change layer_id_...
2012-11-03 Regina Obechange default new install to use tiger_loader_2012...
2012-11-03 Regina Obe#2076: support for loading tiger 2012 data. revise...
2012-11-02 Paul Ramsey#2015, ST_IsEmpty('POLYGON EMPTY') returns False
2012-11-02 Bborie ParkRemoved code that is no longer used and updated docs...
2012-11-02 Paul Ramsey#1996, ST_AsGeoJSON('POINT EMPTY') produces invalid...
2012-11-02 Paul RamseyBe a bit more explicit about what we're returning from...
2012-11-02 Bborie ParkUpdated reference links to "How Hillshade works" for...
2012-11-02 Paul RamseyRemove double call of flip test.
2012-11-02 Paul Ramsey#2019, ST_FlipCoordinates does not update bbox
2012-11-02 Bborie ParkRefactored ST_Slope, ST_Aspect and ST_Hillshade() ...
2012-10-31 Regina Obesome wording changes, add tutorial faq
2012-10-31 Bborie ParkAdded missing DROP FUNCTION statements. Ticket #2073
2012-10-31 Sandro SantilliAdd instruction for upgrading between SVN revisions...
2012-10-31 Bborie ParkChanged when the isnodata check takes place for out...
2012-10-30 Paul Ramsey#1940, epsg:2065 projection is incorrect
2012-10-30 Regina ObeAdd Nathan Wagner to credits
2012-10-30 Regina ObePut in Enhanced note about ST_DumpPoints -- should...
2012-10-30 Paul Ramsey(#310) ST_DumpPoints as C function
2012-10-29 Regina ObeFix gdal binaries link
2012-10-29 Bborie ParkAdded SRID check to ST_Neighborhood(raster, geometry)
2012-10-29 Bborie ParkAdded SRID check for ST_Intersects(geometry, raster)
2012-10-29 Bborie ParkAdded SRID check of geometry for ST_World2RasterCoord...
2012-10-29 Bborie ParkAdded check for SRID match in ST_Value(raster) geometry...
2012-10-29 Bborie ParkSet defaults for parameters of ST_Slope(raster). Ticket...
2012-10-29 Bborie ParkAdded UpdateRasterSRID() as per ticket #739
2012-10-27 Regina Obemore ids and descriptive titles
2012-10-27 Regina Oberevise script hallie uses so strips out tags such as...
2012-10-27 Regina Obetry to put in some ids
2012-10-26 Bborie ParkAdded news regarding ST_Clip(raster, ...) in C and...
2012-10-26 Bborie ParkRewrite of ST_Clip(raster) to be C-based and updated...
2012-10-25 Bborie ParkFixed default Y-scale to -1 from 1
2012-10-25 Paul RamseyExpose some geodetic functions a little higher
2012-10-25 Paul RamseyFix error in ptarray traversal.
2012-10-25 Paul RamseyReorganize some pointarray loops and functions. Use...
2012-10-25 Paul RamseyRemove old signature for serialized_form function
2012-10-25 Paul RamseyAllow WKB generation to do direct memcpy of coordinates...
2012-10-25 Paul RamseyUse double alignment property to remove memcpy from...
2012-10-25 Paul RamseyRemove TODO note: the storage is now double aligned
2012-10-25 Paul RamseyChange the gbox calculation for geodetic edges to use...
2012-10-25 Regina Oberevert release note changes see if it fixes doc build...
2012-10-25 Regina Obefix id again (maybe old conflicted with another id)
2012-10-25 Regina Obefix chapter id doesn't follow our convention
2012-10-25 Regina Obegive release sections ids for easier reference
2012-10-24 Bborie ParkPreprocess input geometry for clipping raster by using...
2012-10-24 Bborie ParkAdded checks to rt_raster_gdal_rasterize() and RASTER_a...
2012-10-24 Bborie ParkBroke string for iowa hex into three parts so that...
2012-10-24 Bborie ParkHave ST_Tile() generate out-of-db tile bands if input...
2012-10-24 Paul RamseyWhoops make sure the test macros match the library...
2012-10-24 Paul RamseyAdd some debugging info to find failure in debbie
2012-10-24 Paul RamseyAdd explicit tests for edge_intersects()
2012-10-24 Paul RamseyMove the distance calculation to also use the edge_inte...
2012-10-24 Bborie ParkAdded "auto" option to -t switch where raster2pgsql...
2012-10-24 Regina Obeminor adjustments to terminology to improve searchin
2012-10-23 Bborie ParkRearranged function arguments for ST_Tile(raster)
2012-10-23 Bborie ParkAdded news and docs for ST_Tile(raster). Additional...
2012-10-23 Bborie ParkAdded ST_Tile() and regression tests. The circle is...
2012-10-23 Bborie ParkAdded rt_band_get_pixel_line() and regression tests
2012-10-23 Paul Ramsey(#2063) fix the vertex-crossing logic in the circular...
2012-10-23 Paul Ramsey(#2026) fix performance regression in geography distanc...
2012-10-23 Paul Ramsey(#1976) Geography point-in-ring code overhauled for...
2012-10-23 Bborie ParkMake changes to reflect patch from #2061
2012-10-23 Paul RamseyFuture test case for when we've solved p-i-p in generality
2012-10-22 Bborie ParkFix POSTGIS_RT_DEBUGF() usage
2012-10-22 Bborie ParkFixed doxygen comment formats
2012-10-22 Bborie ParkRemove unused variables.
2012-10-22 Bborie ParkCache frequently used variables minimize # of function...
2012-10-22 Bborie ParkInclude output from gdal-config --dep-libs when buildin...
2012-10-22 Bborie ParkAdd news and doc changes to indicate proper support...
2012-10-22 Bborie Parkhave raster2pgsql check for raster bands being NODATA
2012-10-22 Bborie ParkTweaked rt_band_check_is_nodata() to make use of rt_ban...
2012-10-22 Bborie ParkFinal fixes to support band's isnodata flag.
2012-10-22 Bborie ParkAll functions in core API now support a band's isnodata...
2012-10-22 Bborie ParkChanged signature of rt_band_get_nodata() as there...
2012-10-22 Bborie ParkSome work adding proper support for using a band's...
2012-10-22 Bborie ParkChanged function signature for core API function rt_ban...
2012-10-22 Bborie ParkMinor changes to references to raster2pgsql
2012-10-21 Regina Obeupdate crowd funding details
2012-10-21 Sandro SantilliFix GetTopoGeomElementArray(TopoGeometry) function...
2012-10-20 Regina Obefix headeer and description
2012-10-19 Paul RamseyWrap NEWS to 80cols
next