Skip to content

PGroonga 3.2.5: 2024-12-05

Choose a tag to compare

@github-actions github-actions released this 09 Dec 07:28
· 262 commits to main since this release

Improvements

  • Added support for PostgreSQL 17.

  • [pgroonga_wal_resource_manager module] Improved CREATE INDEX and REINDEX performance.

  • [pgroonga_text_array_regexp_ops_v2 operator class] Added a operator class for text[] and regular expression.

  • [&~ operator] Changed to return an empty result instead of error for NULL pattern.

  • Dropped support for PostgreSQL 12.

Fixes

  • [pgroonga_wal_resource_manager module] Fixed memory leaks.

  • [&~ operator] Fixed a crash bug with an empty pattern.

  • [pgroonga_list_lagged_indexes()] Fixed a bug that some lagged indexes may not be detected.

  • [&~| operator] Fixed a crash bug with one or more empty patterns.