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
- Add an example of on renaming IMMV to README @qmitchell-aa in #123
- Fix typo in README by @ivan in #134
New Contributors
- @kyungmax made their first contribution in #129
- @ivan made their first contribution in #134
- @yuta-masano made their first contribution in #139
- @qmitchell-aa made their first contribution in #123
Full Changelog: v1.10...v1.11