]> granicus.if.org Git - postgis/shortlog
postgis
2012-12-14 Bborie ParkUpdated raster2pgsql help and docs to reflect changes to
2012-12-14 Bborie Parkregular_blocking constraint removed. regular_blocking...
2012-12-14 Bborie ParkAdded regression tests for ST_IsCoverageTile().
2012-12-14 Bborie ParkAdded support for padded edge tiles to ST_IsCoverageTile()
2012-12-14 Bborie ParkAdded support for no-band rasters to ST_Tile(raster)
2012-12-14 Bborie ParkAdded missing tickets and reorg of ticket list
2012-12-14 Bborie ParkAdded parameters to ST_Tile(raster) to control padding...
2012-12-14 Bborie ParkAddition of coverage_tile constraint for raster. Ticke...
2012-12-14 Bborie ParkAddition of ST_IsCoverageTile() to tell if tile is...
2012-12-14 Bborie ParkAdded raster's spatially_unique constraint. Ticket...
2012-12-14 Bborie ParkTweaked the extent computed for the extent constraint
2012-12-14 Bborie ParkChanged blocksize constraint to permit multiple possibl...
2012-12-14 Bborie ParkFixed incorrect return type in docs
2012-12-14 Bborie Parkraster2pgsql no longer pads tiles by default based...
2012-12-14 Bborie ParkRemoved hardcoded flags for raster2pgsql from run_test
2012-12-14 Bborie ParkQuiet down ST_SameAlignment(raster, raster) as it was...
2012-12-14 Bborie ParkUpdated regression tests for raster2pgsql
2012-12-13 Sandro SantilliRevert "Return NULL when simplifying a line results...
2012-12-12 Sandro SantilliReturn NULL when simplifying a line results in a line...
2012-12-09 Paul Ramsey#2145, ST_Segmentize(geography, dist) fails with redund...
2012-12-07 Bborie ParkMore verbose output when constraints fail to be added...
2012-12-07 Sandro SantilliAdd an id to the toTopoGeom proxy entry
2012-12-07 Sandro SantilliElement xref can't have content (was declared EMPTY)
2012-12-07 Sandro SantilliAdd a "TopoGeometry Editors" section
2012-12-07 Sandro SantilliElement xref can't have content (was declared EMPTY)
2012-12-07 Sandro SantilliFix links to legacy faq
2012-12-07 Sandro SantilliDocument new toTopoGeom override and clearTopoGeom
2012-12-07 Bborie ParkFixed behavior of ST_ConvexHull() for empty rasters...
2012-12-06 Sandro SantilliProvide a version of toTopoGeom taking a TopoGeometry...
2012-12-06 Sandro SantilliAdd topology.clearTopoGeom(TopoGeometry) function
2012-12-06 Sandro SantilliDo not hardcode version to rule to build topology_upgra...
2012-12-06 Paul Ramsey#2101, add some doco in the .sql.in.c file on the _post...
2012-12-06 Mateusz LoskotAdded RasterReader.copy_to() utility based on SQL comma...
2012-12-06 Mateusz LoskotTypo
2012-12-06 Bborie ParkFixed handling of SRS strings as they are passed to...
2012-12-05 Paul Ramsey#2132, _postgis_stats crashes backend on missing stats
2012-12-05 Sandro SantilliFix broken shp2pgsql help string suggesting -r to reproject
2012-12-04 Paul Ramsey#945, expose and add selectivity to the 3d/4d index...
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
next