Package: postgresql-18-pg-ivm Source: pg-ivm Version: 1.13-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 275 Depends: postgresql-18, libc6 (>= 2.4) Homepage: https://github.com/sraoss/pg_ivm Priority: optional Section: database Filename: pool/main/p/pg-ivm/postgresql-18-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb Size: 119932 SHA256: a4ee3faa4065614ba9ce071722943de07e164b7088ae18608c76693d2a95a87d SHA1: 6f87850edfc54ebe92dcaf475d769a46dfc450ad MD5sum: bf97cc710ecc32f09f655a748ad2bada 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.