pg_ivm 1.7 released

From: IVM Development Group via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_ivm 1.7 released
Date: 2023-09-13 12:36:21
Message-ID: 169460858152.2433972.10015836475440003949@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

IVM Development Group is pleased to announce the release of [pg_ivm 1.7]( https://github.com/sraoss/pg_ivm/releases/tag/v1.7 ).

Changes since the v1.6 release include:

### New feature
* Add support for PostgreSQL 16 (Yugo Nagata)

Now you can build and use pg_ivm with PostgreSQL 13, 14, 15, and 16.

### About pg_ivm

pg_ivm is an extension module that provides Incremental View Maintenance (IVM) feature.

Incremental View Maintenance (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.
pg_ivm provides a kind of immediate maintenance, in which materialized views are updated
immediately after a base table is modified.

Source repository: [https://github.com/sraoss/pg_ivm](https://github.com/sraoss/pg_ivm)

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Global Development Group 2023-09-14 13:06:36 PostgreSQL 16 Released!
Previous Message Microsoft Azure via PostgreSQL Announce 2023-09-12 21:22:23 New Podcast: Path To Citus Con for developers who love Postgres