]> granicus.if.org Git - postgis/shortlog
postgis
2012-12-04 Regina Obeupport 2.0.2 release notes
2012-12-03 Bborie ParkFixed incorrect return type for ST_BandIsNoData(raster...
2012-12-03 Sandro SantilliFix memory error in MultiPolygon GeoJson parsing (...
2012-12-03 Sandro SantilliFix SRID in ST_Homogenize output with collection input...
2012-12-03 Sandro SantilliMake ST_RemEdge* tests 30% faster by reducing service...
2012-12-02 Bborie ParkRemoved PICFLAGS from CFLAGS when compiling CUnit suite...
2012-12-01 Regina Obefix return type
2012-12-01 Regina ObeTopoGeo_AddPolygon says aline instead of apoly
2012-12-01 Regina Obedon't dtd validate when making comments and cheatsheets
2012-12-01 Bborie ParkAdded ST_Resize(raster) to resize a raster using desire...
2012-12-01 Bborie ParkRemoved requirements of SRID for calling GDAL Warp API
2012-11-30 Bborie ParkRemoved use of pi html code. Using "pi" instead.
2012-11-30 Bborie ParkAdditional cleanup and validation regarding ticket...
2012-11-30 Bborie ParkAdded NEWS item and doc updates for changes related...
2012-11-30 Bborie ParkAdded a special case to RASTER_GDALWarp() where if...
2012-11-29 Olivier CourtinFix #2092 for trunk branch
2012-11-29 Sandro SantilliEnhance error message on unsupported geometry type...
2012-11-29 Bborie ParkFixed incorrect ticket #. From #2026 to #2062
2012-11-29 Bborie ParkRemoved confusion between ST_Resample(raster) and ST_Tr...
2012-11-29 Bborie ParkRenamed RASTER_resample() to RASTER_GDALWarp() and...
2012-11-29 Sandro SantilliEnsure ST_Line_Interpolate_Point always returns POINT...
2012-11-29 Sandro SantilliEnsure ST_PointOnSurface always returns POINT (#2117)
2012-11-29 Sandro SantilliEarly release lwgeom memory
2012-11-29 Sandro SantilliEnsure ST_Centroid always returns POINT (#2109)
2012-11-29 Regina Obe#1795 make raster_views, raster_columns, geometry_colum...
2012-11-29 Bborie ParkAdded CUnit test suites for raster core. Old raster...
2012-11-28 Nicklas Avén#2112
2012-11-28 Bborie ParkRefactored return and parameters of rt_raster_iterator()
2012-11-28 Bborie ParkRefactored return and parameters of rt_raster_from_two_...
2012-11-28 Bborie ParkRefactored return and parameters of rt_raster_surface()
2012-11-27 Bborie ParkAdded ST_NotSameAlignmentReason(raster, raster). Ticket...
2012-11-26 Bborie ParkAdded ST_Transform(raster) variant that allows of align...
2012-11-26 Bborie ParkRenamed variants of ST_World2RasterCoord() and ST_Raste...
2012-11-26 Sandro SantilliSkip st_area(geography) and st_length(geography)
2012-11-25 Regina Obe#1869 take care of ST_AsBinary(unknown/text), ST_AsText...
2012-11-25 Bborie ParkWhere appropriate, functions in rt_core now use standar...
2012-11-23 Sandro SantilliFix ST_{Mod,New}EdgeHeal joining edges sharing both...
2012-11-23 Paul RamseyTry to stomp out -180 (#2066)
2012-11-23 Paul Ramsey#1828, geography stats are really sensitive to narrow...
2012-11-22 Paul Ramsey#1828, fix mistake to geography calculation routine
2012-11-21 Paul RamseyOf course we're going to do real joinsel...
2012-11-21 Paul RamseyExplain "selectivity" a little more explicitly
2012-11-20 Paul RamseyBetter/different error messages in stats interogator
2012-11-20 Paul Ramsey#2101, sql functions for selectivity inspection
2012-11-20 Paul RamseyMake default joinsel message more obvious
2012-11-20 Paul RamseyMake error message minimally more helpful
2012-11-20 Paul RamseyBe more explicit about the types we're passing around
2012-11-20 Paul RamseyConvert SearchSysCache calls to SearchSysCache# calls...
2012-11-20 Paul Ramsey#2102, SQL hooks for calling selectivity functions
2012-11-20 Paul Ramsey#1828, Poor selectivity estimate on ST_DWithin
2012-11-20 Paul RamseyRemove conditional use of USE_STANDARD_DEVIATION, it...
2012-11-20 Regina Obeminor formatting fix
2012-11-20 Regina Obe#1287: legacy script to reinstall old PostGIS gist...
2012-11-19 Bborie ParkFixed issue where ST_AsRaster() may not return raster...
2012-11-19 Bborie ParkCode cleanup of rt_raster_gdal_rasterize()
2012-11-19 Bborie ParkRefactored internal use variables and functions for...
2012-11-19 Paul RamseyMove box-reading code in geography stats to use seriali...
2012-11-19 Sandro SantilliFix double free on ST_OffsetCurve exception (#2099)
2012-11-19 Sandro SantilliRestore 1.5.x behaviour of ST_Simplify (#1987)
2012-11-16 Bborie ParkAdded RANGE uniontype option for ST_Union(raster) Ticke...
2012-11-16 Regina Obegeos new is 3.4
2012-11-16 Regina Obeupdate tto reflect 2.1
2012-11-16 Bborie ParkFixed SQL error in regression test
2012-11-16 Bborie ParkAdded docs and regression test for extent parameter...
2012-11-16 Bborie ParkIf hillshade < 0, hillshade = 0 for ST_HillShade()
2012-11-16 Bborie ParkAdded variants of ST_Slope, ST_Aspect and ST_Hillshade...
2012-11-15 Paul RamseyComment on the dump_toupper function
2012-11-15 Paul RamseyUse a locale-independent braindead upper implementation
2012-11-14 Paul Ramsey#2035, Strange behavior when using left (<<) and right...
2012-11-14 Paul Ramsey#2028, ST_Multi(<triangle>) does not make a TIN
2012-11-14 Paul Ramsey#2042, measures.c: 'pt_in_arc_A' may be used uninitialized
2012-11-14 Paul Ramsey#2001, ST_CurveToLine has no effect if the geometry...
2012-11-14 Paul Ramsey#799, make geographic coordinates in range
2012-11-14 Paul RamseyMake Korotkov split the default
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...
next