Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uJbEE-002dxw-Vq for pgsql-announce@arkaria.postgresql.org; Mon, 26 May 2025 17:03:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uJbED-002vSP-Dj for pgsql-announce@arkaria.postgresql.org; Mon, 26 May 2025 17:03:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uJbEC-002vQd-3L for pgsql-announce@lists.postgresql.org; Mon, 26 May 2025 17:03:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uJbE9-000E5j-0x for pgsql-announce@lists.postgresql.org; Mon, 26 May 2025 17:03:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=ibp8PxD7YvgT776amaiBoZE7AlyV7ocJ+oGu+rX+BZo=; b=XpzlySh+KIpu/um9CqJNPTScLA dRyhyrWY8Qe0AZy4r545Lrw31RwGCbuFEN9TtW15gUV+eLpTw59/g/nANdgx71Dqt16fdRRP3uGwO oksbo2RXTCKK4slm9/C1COo8G4IoxultJBRJyBrGskK5t8viL0L0DzwMcG2OxcExLpemJXXvKsK5c 1ewdWq79OAkpUec39KICOIM9SyqcXjo91LCRnwC7tuQCABHuHZkSxIkg4ozoF1/EL9SSmIn7WSWcl rrsAyjz4Q3tfS3gaghRdfA9WvyYetYc54XYUMD0ngWdh84+1ljO1MzMo57BmGpi8mSx3JWDzzFrly StpxsrqA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uJbE8-000BU2-B1 for pgsql-announce@lists.postgresql.org; Mon, 26 May 2025 17:03:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1uJbE5-001T54-2W for pgsql-announce@lists.postgresql.org; Mon, 26 May 2025 17:03:02 +0000 Content-Type: multipart/mixed; boundary="===============7524988293726350314==" MIME-Version: 1.0 Subject: pg_ivm 1.11 released To: PostgreSQL Announce From: IVM Development Group via PostgreSQL Announce Reply-To: nagata@sraoss.co.jp Date: Mon, 26 May 2025 17:02:37 +0000 Message-ID: <174827895774.780.8554268396706053314@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 0c65c3e59976212dc88aeb083011b12a1a8133fdf83cd95ea5984e57eb01571c List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============7524988293726350314== Content-Type: multipart/alternative; boundary="===============8658023305513864266==" MIME-Version: 1.0 --===============8658023305513864266== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable IVM Development Group is pleased to announce the release of [pg_ivm 1.11]( = https://github.com/sraoss/pg_ivm/releases/tag/v1.11 ). Changes since the v1.10 release include: ### Bug Fixes * Fix maintenance failure with columns whose names include capital letter (= Yugo Nagata) This bug was introduced in the previous release (v1.10). When a table h= as a column with a capital letter in its name, incremental view maintenance failed becau= se the column name was parsed as lowercase. * Fix build failures on Windows environments (Yuta MASANO) Previously, the lack of PGDLLEXPORT on some functions declarations caus= ed linkage when building with MSVC. * Fix potential segmentation fault in create_immv (Yugo Nagata) A code issue caused a segmentation fault when building with MSVC, altho= ugh the problem was not observed on Linux. ### About pg_ivm pg_ivm is an extension module that provides Incremental View Maintenance (I= VM) feature. Incremental View Maintenance (IVM) is a way to make materialized views up-t= o-date in which only incremental changes are computed and applied on views rather tha= n recomputing.=20 pg_ivm provides a kind of immediate maintenance, in which materialized view= s are updated immediately after a base table is modified. =20 Source repository: [https://github.com/sraoss/pg_ivm](https://github.com/sr= aoss/pg_ivm) --===============8658023305513864266== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pg_ivm 1.11 released
 

pg_ivm 1.11 released

IVM Development Group is pleased to announc= e the release of pg_ivm 1.11.=

Changes since the v1.10 release include:

Bug Fixes

  • Fix maintenance failure with columns whose = names include capital letter (Yugo Nagata)

    This bug was introduced in the previous rel= ease (v1.10). When a table has a column with a capital letter in its name, incremental view maintenance failed because t= he column name was parsed as lowercase.

  • Fix build failures on Windows environments = (Yuta MASANO)

    Previously, the lack of PGDLLEXPORT on some= functions declarations caused linkage when building with MSVC.

  • Fix potential segmentation fault in create_= immv (Yugo Nagata)

    A code issue caused a segmentation fault wh= en building with MSVC, although the problem was not observed on Linux.

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 tha= n recomputing.=20 pg_ivm provides a kind of immediate maintenance, in which materialized view= s are updated immediately after a base table is modified.

Source repository: h= ttps://github.com/sraoss/pg_ivm

This email was sent to you from IVM Development Group. It was delivered on = their behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to IVM Development Group.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============8658023305513864266==-- --===============7524988293726350314==--