]> granicus.if.org Git - postgis/shortlog
postgis
2012-08-17 Sandro SantilliFix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connec...
2012-08-15 Paul RamseyCrash in ST_Distance (#1951)
2012-08-14 Regina Oberemove tiger_2010 from 2.1. So just need to update...
2012-08-13 Regina Obe#1838 for tabblock name and tabblock_id are not big...
2012-08-11 Regina Obe#1838 -- tabblock not loading. oops committed wrong...
2012-08-11 Regina Obe#1838 tabblock not loading
2012-08-10 Paul RamseySwitch from gnomic to LAEA for the projection for the...
2012-08-09 Regina Obe#1944: Support for 2.1.0SVN/2.1.0SVN extension for...
2012-08-09 Regina Obefix typo revision to previous commit in support of...
2012-08-09 Bborie ParkAdded clamped value comparisons and updated comments...
2012-08-08 Regina Oberevision to previous commit -- forgot one and change...
2012-08-08 Regina Obe#1944 Extensions Migration path from 2.1.0 to 2.1.0...
2012-08-07 Regina Obe#1945 for upgrade from pre 2.1.0 release to 2.1.0 ...
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
next