pg_bigm
The pg_bigm module provides full text search capability in PostgreSQL. This module allows a user to create 2-gram (bigram) index for faster full text search.
News
- 2015-03-09: Limitations section was added into document of pg_bigm 1.1.
- 2015-02-05: The RPM file of pg_bigm 1.1 for PostgreSQL 9.4 was released. It can be downloaded from here.
- 2014-12-19: pg_bigm 1.1 was confirmed to work with PostgreSQL9.4.
- 2013-12-20: The RPM files of pg_bigm 1.1 for PostgreSQL 9.1, 9.2, 9.3 were released. They can be downloaded from here.
- 2013-11-22: pg_bigm 1.1, the latest major version pg_bigm-1.1-20131122 was released. (Release Note)
- 2013-11-22: The latest minor version of pg_bigm 1.0, pg_bigm-1.0-20131122 was released. (Release Note)
- 2013-10-05: Sawada from NTT DATA gave a great talk about the performance comparison of pg_bigm and pg_trgm at PostgreSQL Shikumi meet-up. Here is the slide presentation from that talk.
- 2013-06-08: Sawada from NTT DATA gave a great talk about the architecture of pg_bigm at PostgreSQL Shikumi meet-up. Here is the slide presentation from that talk.
- 2013-04-05: pg_bigm-20130405 was released.
Document
- general discussion
- This is a forum where all topics related to pg_bigm (bug report, technical information etc.) are discussed.
- pgbigm-hackers
- This is the mailing list for pg_bigm developers.
Development
The pg_bigm source code is now maintained in a git repository available here.
Copyright (c) 2012-2015, NTT DATA Corporation