pg_ivm 1.2 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.2 released
Date: 2022-07-28 12:08:36
Message-ID: 165901011648.271454.1077467520060200274@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.2]( https://github.com/sraoss/pg_ivm/releases/tag/v1.2 ).

Changes since the v1.1 release include:

* Add support for PostgreSQL 15 (Takuma Hoshiai, Yugo Nagata)

* Add support for simple sub-queries in FROM clause (Takuma Hoshiai)

Simple sub-queries that do not contain DISTINCT or an aggregate function can be used in FROM clause. Sub-queries in a target-list or WHERE clause (including EXISTS sub-queries) are not allowed.

* Add support for built-in min and max aggregate functions (Yugo Nagata)

### 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 pgAdmin Development Team via PostgreSQL Announce 2022-08-01 08:02:16 pgAdmin 4 v6.12 Released
Previous Message pgAdmin Development Team via PostgreSQL Announce 2022-07-23 03:49:18 pgAdmin User Survey