| 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.14 released |
| Date: | 2026-04-01 10:26:18 |
| Message-ID: | 177503917826.798.1308604988956518225@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce |
IVM Development Group is pleased to announce the release of [pg_ivm 1.14]( https://github.com/sraoss/pg_ivm/releases/tag/v1.14 ).
Changes since the v1.13 release include:
## What's Changed
### Bug Fixes
* Fix a bug in the maintenance of outer join views that include cross
joins (Yugo Nagata)
When an outer join view has a cross join in its children,
incremental maintenance could not be performed properly.
* Fix a bug in the maintenance of outer join views with NULLs in
join-condition columns (Yugo Nagata)
When an outer join view contains NULLs in join-condition columns,
incremental maintenance could not be performed correctly.
### 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgAdmin Development Team via PostgreSQL Announce | 2026-04-02 10:57:34 | pgAdmin 4 v9.14 Released |
| Previous Message | Greenmask.io via PostgreSQL Announce | 2026-03-27 10:02:16 | Greenmask 0.2.9 - 0.2.17 Releases |