Skip to content

pg_ivm 1.9 (2024-07-31)

Latest
Compare
Choose a tag to compare
@yugo-n yugo-n released this 31 Jul 04:11
· 1 commit to main since this release

New feature

  • Add support for PostgreSQL 17 by @yugo-n in #92, @thoshiai in #84, and @reshke in #76

    This contains the following changes:

    • Change functions to use a safe search_path during maintenance operations when used with PostgreSQL 17 or later

      This prevents maintenance operations (automatic maintenance of IMMVs and refresh_immv) from performing unsafe access. Functions used by IMMVs that need to reference non-default schemas must specify a search path during function creation.

    • refresh_immv can be executed by users with the MAINTAIN privilege when used with PostgreSQL 17 or later

New Contributors

Full Changelog: v1.8...v1.9