PGroonga (fast full text search module for PostgreSQL) 3.0.2 has been released
PGroonga 3.0.2 has been released! PGroonga makes PostgreSQL fast full text search for all languages.
Fixes
-
Fixed a bug that PGroonga may crashe when we used
pgroonga_query_expand()
.However, probably, this problem rarely occur.
-
Fixed a bug that
SELECT
using PGroonga's index may fail after PostgreSQL crashed while executionINSERT
.However, probably, this problem rarely occur.
-
Fixed a bug that many compile errors rised when we did not not define
HAVE_MSGPACK
insrc/pgrn-wal.c
.This problem only occures when we build PGroonga from sources.
Thanks
- OBATA Akio
How to upgrade
If you're using PGroonga 2.0.0 or later, you can upgrade by steps in "Compatible case" in Upgrade document.
If you're using PGroonga 1.Y.Z, you can upgrade by steps in "Incompatible case" in Upgrade document.
Support service
If you need commercial support for PGroonga, contact us.
Conclusion
Try PGroonga when you want to perform fast full text search against all languages on PostgreSQL!