Changes between Version 218 and Version 219 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jul 25, 2012, 2:44:30 PM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v218 v219  
    2626 * Different variant of ST_SetValues() (Objective FV.23 below).
    2727
     28 * Integrate some useful plpgsql prototypes not needing to be implemented in C to be fast: ST_CreateIndexRaster(), ST_Tile(), ST_AreaWeightedSummaryStats(), ST_SummaryStatsAgg().
     29
    2830 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below)
    2931
    3032 * C version of the ST_Union(raster) aggregate (Ticket #1364).
    3133
    32  * ST_Retile().
    33 
    3434 * CUnit tests.
    3535
    36  * Aggregate versions of stats functions.
     36 * C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype).
    3737
    3838 * GUI Loader.