]> granicus.if.org Git - postgis/shortlog
postgis
2012-01-07 Regina Obe#1435: fix function proto typo of TopoGeo_AddPoint...
2012-01-07 Regina Obefix typo in version number
2012-01-07 Regina Obechange alpha1 to a14. It appears we won't be releasing...
2012-01-07 Regina Obeupdate instructions to reflect changes that need to...
2012-01-07 Bborie ParkHave rt_raster_from_gdal_dataset attempt to determine...
2012-01-07 Bborie ParkAdditional tweaks for the NODATA values constraint...
2012-01-07 Regina Obebump version to alpha1 in preparation for alpha1 shuttl...
2012-01-07 Paul RamseyMove geojson test into geojson.sql file
2012-01-07 Bborie ParkFixed handling of NODATA value constraint as band with...
2012-01-07 Paul RamseyST_GeomFromGeoJSON - Malformed GeoJSON causes SIGSEGV...
2012-01-06 Paul RamseyMove offset curve generation into liblwgeom with other...
2012-01-06 Regina Obefix tag typo
2012-01-06 Regina Obeexample of AddRasterConstraint that takes listing of...
2012-01-06 Regina ObeAccidentally took out ST_WKTToSQL during #1443. ST_WKTT...
2012-01-05 Paul RamseyAdd files to svn:ignore
2012-01-05 Bborie ParkAdded shortcut mechanism for copying data in rt_raster_...
2012-01-05 Bborie ParkSyntax cleanup as part of memory bugs audit. Related...
2012-01-05 Regina Obe#1433: Part 2 - merge what is left of sqlmm.sql.in...
2012-01-05 Bborie ParkAdditional regression tests for ST_AsGDALRaster, ST_GDA...
2012-01-05 Regina Obe#1433: part 1 -- get rid of SE functions
2012-01-05 Bborie ParkMemory bug fixes and additional regression tests for...
2012-01-05 Sandro SantilliSwitch memory context back before returning in RASTER_b...
2012-01-05 Sandro SantilliIt takes GEOS-3.3.2 for a sane topology (noding fixes...
2012-01-05 Regina Obe#1430: create topology_drop_before and topology_drop_af...
2012-01-05 Regina Obesvn tags
2012-01-04 Sandro SantilliFix deallocation of terminating NULL in RASTER_asGDALRa...
2012-01-04 Sandro SantilliWork around a PostgreSQL 8.4+ bug with CREATE INTO...
2012-01-04 Sandro SantilliDocument topology.toTopoGeometry (#1017)
2012-01-04 Sandro SantilliComplete implementation and regress test for toTopoGeom...
2012-01-04 Sandro SantilliImplement TopoGeometry->Geometry converter for COLLECTI...
2012-01-04 Paul RamseyDon't allow --with-topology when GEOS version < 3.3
2012-01-04 Paul RamseyTry to make json-c detection slightly more automatic.
2012-01-03 Paul RamseyChange to GNU macro NAN. Still not feeling The Confidence.
2012-01-03 Paul RamseyMake numerical stability fix actually be present
2012-01-03 Paul RamseyHm, nan() function?
2012-01-03 Sandro SantilliDocument TopoGeo_AddPolygon
2012-01-03 Sandro SantilliImplement and regress-test TopoGeo_addPolygon
2012-01-03 Paul RamseyMake ST_Azimuth(p1, p1) return NULL and make ST_Project...
2012-01-03 Sandro SantilliST_Split was implemented - a lot more to remove from...
2012-01-03 Sandro SantilliChange parameter names to use the "athing" convention...
2012-01-03 Sandro SantilliFix typo in exception message, change signature of...
2012-01-03 Paul RamseyReorganize SQL definitions a bit: type creation at...
2012-01-03 Sandro SantilliTest invalid calls to topogeo_addpoint
2012-01-03 Sandro SantilliDocument TopoGeo_addLineString
2012-01-03 Paul RamseyChange units to radians and add some tests (#657 and...
2012-01-03 Sandro SantilliImplement and regress-test TopoGeo_AddLineString
2012-01-03 Bborie ParkRemoved DROP VIEW statements as per suggestion by robe...
2012-01-03 Sandro SantilliDocument TopoGeo_addPoint
2012-01-03 Sandro SantilliAdd regression test for TopoGeo_AddPoint
2012-01-03 Sandro SantilliMove TopoGeom_addXXX functions to populate.sql and...
2012-01-03 Sandro SantilliDon't consider the old self edge when checking integrity
2012-01-03 Sandro SantilliDon't consider shared nodes as edge intersections....
2012-01-02 Bborie ParkRenamed legacy.sql.in.c to rtpostgis_legacy.sql.in...
2012-01-02 Regina Obe#722 more regress fixes for GeomFromText
2012-01-02 Regina Obe#722: regress replace GeomFromText with ST_GeomFromText
2012-01-01 Regina Obe#722: Good bye GeomFromWKB, GeomFromText
2012-01-01 Bborie ParkAdded legacy.sql which adds renamed and removed columns...
2012-01-01 Regina Obe#961: Change ST_GeoHash to use default args
2012-01-01 Regina Obeupdate to include ST_Azimuth for geography -- still...
2012-01-01 Regina Obe#961: ST_AsGeoJSON change to use default args
2012-01-01 Regina Obeover dropped ST_AsKML protos
2012-01-01 Regina Obechanged name of prec to maxdecimaldigits for ST_AsX3D...
2012-01-01 Regina Obefix incorrect arg name in ST_AsGML
2012-01-01 Regina Obe#722: Remove all functions with ST_ equivalents from...
2012-01-01 Regina Obe#1423: ST_AsGML regress fixes -- bah revert last change...
2012-01-01 Regina Obe#1423 revision -- put back the strict but set default...
2012-01-01 Regina Obe#1423 -- fix for geography ST_AsGML - take off strictne...
2012-01-01 Regina Obe#1423: ST_AsGML fix - Can't have strict on funcs that...
2012-01-01 Regina Obeforgot a ST_AsGML drop version,geometry version
2012-01-01 Bborie ParkAdded support for attempting to identify the EPSG from...
2012-01-01 Regina Obe#961: Change ST_AsGML to use default args
2011-12-31 Sandro SantilliDocument new optional arguments to AddNode
2011-12-31 Sandro Santillitopology.AddNode: add 2 additional optional arguments...
2011-12-31 Sandro SantilliAdd parameter names
2011-12-31 Sandro SantilliUse DEBUG level for printing SQL being executed...
2011-12-31 Regina Obebump up release numbers
2011-12-31 Regina Obeforgot altitude arg for hillshade
2011-12-30 Regina Obequickly change the options name arg to agree with ST_As...
2011-12-30 Regina Obe#1415 -- beginning support for options -- expose the...
2011-12-30 Paul RamseyStub in ST_LocateAlong and ST_LocateBetween for impleme...
2011-12-30 Regina Obeput in default values for ST_AsSVG geography
2011-12-30 Regina Obechange ST_AsSVG(text) to explicilty list all args other...
2011-12-30 Regina Obechange ST_AsSVG to use default args and support named...
2011-12-29 Paul RamseyConditionally drop loader test tables (requires Postgre...
2011-12-29 Paul RamseyFix postgis_valid_typmod to use gserialized* as an...
2011-12-29 Sandro SantilliRetain type of TopoGeometry objects defined by NO eleme...
2011-12-29 Sandro SantilliConsider TopoElements of type 0 as empty, allow CreateT...
2011-12-29 Sandro SantilliTest more TopoGeometry creation
2011-12-29 Sandro SantilliCreateTopoGeom: tweak error message on out-of-range...
2011-12-29 Sandro SantilliComplete parameter names
2011-12-29 Sandro SantilliTypos and argument names
2011-12-29 Sandro SantilliHonour verbosity for database initialization errors
2011-12-29 Sandro SantilliTabs to spaces, a few TODO items...
2011-12-29 Sandro SantilliPut overridden (for topology) spatial predicates in...
2011-12-29 Sandro Santillitopology.toTopoGeom: add type compatibility checks...
2011-12-29 Sandro SantilliAdd geometry parameter names to functions
2011-12-28 Bborie ParkRemoved STRICT from various ST_Intersects functions...
2011-12-28 Bborie ParkForce initialization of output GDAL raster from rt_rast...
2011-12-28 Regina ObeI have difficulty with simple math
2011-12-28 Regina Obemore description of over view
next