github sraoss/pg_ivm v1.11
pg_ivm 1.11 (2025-05-26)

latest release: v1.12
3 months ago

What's Changed

Bug Fixes

  • Fix maintenance failure with columns whose names include capital letter by @yugo-n in #135

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

  • Fix build failures on Windows environments by @yuta-masano in #139

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

  • Fix potential segmentation fault in create_immv by @yugo-n in #141

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

Source Code Improvements

Documentation

New Contributors

Full Changelog: v1.10...v1.11

Don't miss a new pg_ivm release

NewReleases is sending notifications on new releases.