Skip to content
Snippets Groups Projects
  • Kevin Grittner's avatar
    cc1965a9
    Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. · cc1965a9
    Kevin Grittner authored
    This allows reads to continue without any blocking while a REFRESH
    runs.  The new data appears atomically as part of transaction
    commit.
    
    Review questioned the Assert that a matview was not a system
    relation.  This will be addressed separately.
    
    Reviewed by Hitoshi Harada, Robert Haas, Andres Freund.
    Merged after review with security patch f3ab5d46.
    cc1965a9
    History
    Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
    Kevin Grittner authored
    This allows reads to continue without any blocking while a REFRESH
    runs.  The new data appears atomically as part of transaction
    commit.
    
    Review questioned the Assert that a matview was not a system
    relation.  This will be addressed separately.
    
    Reviewed by Hitoshi Harada, Robert Haas, Andres Freund.
    Merged after review with security patch f3ab5d46.