Skip to content

pg_ivm 1.11 (2025-05-26)

Latest
Compare
Choose a tag to compare
@yugo-n yugo-n released this 26 May 07:43
· 1 commit to main since this release

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