Package: postgresql-17-pg-ivm Source: pg-ivm Version: 1.13-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 274 Depends: postgresql-17, libc6 (>= 2.4) Homepage: https://github.com/sraoss/pg_ivm Priority: optional Section: database Filename: pool/main/p/pg-ivm/postgresql-17-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb Size: 119636 SHA256: 54edbd262a229b5184b18f9f711e194332c611a9fc67d1d30c9fcdfd69ed6ae4 SHA1: 132090ce2903abbc3fe80cf6da5e7348e6bc7bf8 MD5sum: 5dbc4569c098c2ac65f4f6d83df96452 Description: Incremental View Maintenance (IVM) extension for PostgreSQL pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM is a way to make materialized views up-to-date in which only incremental changes are computed and applied on views rather than recomputing the contents from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized views more efficiently than recomputation when only small parts of the view are changed.