]> granicus.if.org Git - postgis/shortlog
postgis
2012-08-06 Bborie ParkRefactor data type cleanup
2012-08-06 Regina Obe#1948 drop types from extension no longer needed by...
2012-08-06 Bborie ParkSimplify code underlying ST_AddBand(raster, raster[])
2012-08-05 Regina ObeAnother example for ST_DumpPoints which is the most...
2012-08-04 Bborie ParkReplaced last commit with something much simpler and...
2012-08-04 Bborie ParkAdded logic for when to DROP and/or CREATE TYPEs.
2012-08-03 Regina Obe#1947 try again forget end mark
2012-08-03 Regina Obe#1947 define upgrade path from 2.0.1 to 2.1.0SVN
2012-08-03 Bborie ParkAdded missing variant of ST_SetValues without nband...
2012-08-03 Bborie ParkAdded new TYPEs that need to be added when doing a...
2012-08-03 Bborie ParkCleanup of GDAL checks and additional check for OGR
2012-08-03 Bborie ParkAdded rt_util_gdal_register_all() to prevent multiple...
2012-08-02 Bborie ParkTweaked tests to use new variants of ST_AddBand and...
2012-08-02 Bborie ParkCode and comments cleanup.
2012-08-02 Bborie ParkAdditional comments regarding use of PG_DETOAST_DATUM_COPY
2012-08-01 Bborie ParkAdded comments regarding use of PG_DETOAST_DATUM*
2012-08-01 Bborie ParkRewrote ST_AddBand(raster, ...) array version in C...
2012-08-01 Regina ObeFix raise notice that only shows in debug mode
2012-07-31 Bborie ParkAdded regression tests and docs for two of the ST_SetVa...
2012-07-31 Bborie ParkAdded ST_SetValues for setting an area defined by x...
2012-07-31 Bborie ParkAdded ST_SetValues() for setting an array of new values...
2012-07-31 Bborie ParkFirst steps of add ST_SetValues() variant for array...
2012-07-31 Bborie ParkFixed forgotten type casting for ST_DWithin and ST_DFul...
2012-07-30 Bborie ParkMake PostgreSQL 8.4 happy with the rt_polygon regressio...
2012-07-30 Bborie ParkAdded final touches of removing output-only data types
2012-07-29 Bborie ParkAdded news regarding #1939
2012-07-29 Bborie ParkRemoved histogram data type. Ticket is #1939
2012-07-29 Bborie ParkRemoved valuecount data type. Ticket is #1939
2012-07-29 Bborie ParkRemoved quantile data type. Ticket is #1939
2012-07-29 Bborie ParkRemoved summarystats data type. Ticket is #1939
2012-07-27 Bborie ParkExpanded on comments about things to keep in mind when...
2012-07-27 Bborie ParkUpdated docs for new type addbandarg and new ST_AddBand...
2012-07-27 Bborie ParkRefactored ST_AddBand to permit adding one or more...
2012-07-27 Bborie ParkNew and refactored variants of ST_AddBand(). Purely...
2012-07-25 Bborie ParkAdded examples to a bunch of functions
2012-07-25 Bborie ParkAdded rt_pixtype_compare_clamped_values() for comparing...
2012-07-25 Bborie ParkAdded info about a few undocumented raster2pgsql flags
2012-07-25 Bborie ParkAdded #1932 to NEWS
2012-07-25 Bborie ParkFixed syntax for setting tablespace for index. Ticket...
2012-07-25 Sandro SantilliDo not advertise broken type "geometry(srid)" (#1934)
2012-07-25 Bborie ParkRemoved garbage comments
2012-07-25 Bborie ParkConsolidated create_* and drop_* scripts into respectiv...
2012-07-25 Bborie ParkAdded docs for ST_DFullyWithin(raster, raster)
2012-07-25 Bborie ParkAdded ST_DFullyWithin(raster, raster) and regression...
2012-07-25 Bborie ParkAdded rt_raster_full_within_distance() and regression...
2012-07-25 Bborie ParkAdded docs for ST_DWithin(raster, raster)
2012-07-25 Bborie ParkAdded ST_DWithin(raster, raster) and regression tests...
2012-07-25 Bborie ParkAdded rt_raster_within_distance() and regression tests
2012-07-24 Bborie ParkAdded ST_Disjoint(raster, raster), regression tests...
2012-07-23 Bborie ParkAdded to docs for ST_CoveredBy
2012-07-23 Bborie ParkAdded ST_CoveredBy and regression tests. Ticket is...
2012-07-23 Bborie ParkFixed missing closing tag
2012-07-23 Bborie ParkAdded rt_raster_covered_by() and related tests
2012-07-23 Bborie ParkAdded docs for ST_Covers()
2012-07-23 Bborie ParkAdded ST_Covers() and regression tests. Ticket is...
2012-07-23 Bborie ParkAdded rt_raster_covers() and regression tests
2012-07-23 Bborie ParkAdded docs for ST_ContainsProperly(raster, raster)...
2012-07-23 Bborie ParkAdded ST_ContainsProperly(raster, raster) and regressio...
2012-07-23 Bborie ParkAddition of rt_raster_contains_properly and regression...
2012-07-23 Bborie ParkAdded regression tests for ST_Within(raster, raster...
2012-07-23 Bborie ParkMinor fixups to ST_Polygon in docs. Ticket is #1929.
2012-07-23 Bborie ParkMinor changes to comments
2012-07-23 Bborie ParkAddition of docs for ST_Within(raster, raster)
2012-07-23 Bborie ParkReintroduced ST_Intersects(geometry, raster) and ST_Int...
2012-07-23 Bborie ParkAdded docs for ST_Contains(raster, raster)
2012-07-23 Bborie ParkUpdated regression tests to reflect the removal of...
2012-07-23 Bborie ParkRemoved all raster/geometry variants of ST_Intersects...
2012-07-23 Bborie ParkRemoved geometry-based ST_Touches for raster,geometry...
2012-07-23 Bborie ParkRemoved vector-space (geometry-based) variants of ST_Ov...
2012-07-23 Bborie ParkAddition of ST_Contains and regression tests. Ticket...
2012-07-23 Bborie ParkAdded rt_raster_contains() and regression tests
2012-07-23 Bborie ParkRemoved some commented out code and added more debug...
2012-07-23 Regina Obe#1929 document behavior change and speed improvements
2012-07-20 Bborie ParkAddition debug messages and disabled one regression...
2012-07-19 Bborie ParkCode cleanup and additional debug output
2012-07-19 Bborie ParkUpdated NEWS and docs for ST_Touches()
2012-07-19 Bborie ParkAddition of ST_Touches() for rasters and related regres...
2012-07-19 Bborie ParkRemove rt_spatial_relationship regression tests as...
2012-07-19 Bborie ParkExtracted most of code in rt_raster_overlaps to create...
2012-07-19 Bborie ParkAdded docs for ST_Overlaps
2012-07-19 Bborie ParkAdded ST_Overlaps() and associated regression tests
2012-07-19 Bborie ParkAddition of rt_raster_overlaps and related regression...
2012-07-19 Bborie ParkRemoved code preventing use of rt_raster_intersects...
2012-07-19 Bborie ParkMinor documentation change regarding && operator and...
2012-07-19 Paul RamseyAdd in geography note
2012-07-17 Bborie ParkFixed ST_Polygon regression tests to properly handle...
2012-07-17 Bborie ParkFix function creation statement
2012-07-17 Bborie ParkAdded cleanup code for removing ST_BandSurface
2012-07-17 Bborie ParkRegression tests intended for ST_BandSurface are now...
2012-07-17 Bborie ParkRemoved ST_BandSurface as ST_Polygon does the same...
2012-07-16 Regina Obeadditional cleanup to insure settings are consistent
2012-07-16 Regina Obe#1913 regress check
2012-07-16 Regina Obe#1913 reverse geocoder sometimes gives least optimal...
2012-07-14 Bborie ParkUpdated TODO since a bunch of functions just had ticket...
2012-07-13 Bborie ParkUpdated TODO and refactored ST_Intersects(geometry...
2012-07-13 Bborie ParkAdded docs and updated NEWS for ST_BandSurface
2012-07-13 Bborie ParkAddition of ST_BandSurface and regressions tests. ...
2012-07-13 Bborie ParkAdditional tests for rt_raster_surface()
2012-07-13 Bborie ParkAdditional comments regarding use of lwgeom_as_multi...
2012-07-13 Bborie ParkAddition of rt_raster_surface() function and related...
next