OSDN Git Service

Add the news about the release of 1.0-20150910.
[pgbigm/pg_bigm.git] / html / index_en.html
1 <html>
2 <head>
3 <title>pg_bigm</title>
4
5 <link rel="stylesheet" type="text/css" href="style.css">
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 </head>
8
9 <body>
10   <div id="navigation">
11     <ul>
12       <li><a href="index_en.html">Home</a></li>
13       <li><a href="http://en.osdn.jp/projects/pgbigm/releases/?package_id=13634">Download</a></li>
14       <li><a href="index_en.html#document">Document</a></li>
15       <li><a href="index_en.html#community">Community</a></li>
16       <li><a href="index_en.html#development">Development</a></li>
17       <li><a href="index.html">日本語</a></li>
18     </ul>
19   </div>
20
21 <h1 id="pg_bigm">pg_bigm</h1>
22 <p>The pg_bigm module provides full text search capability in <a href="http://www.postgresql.org/">PostgreSQL</a>. This module allows a user to create <b>2-gram</b> (bigram) index for faster full text search.</p>
23
24 <h2 id="news">News</h2>
25 <ul>
26 <li>2015-09-10: The latest minor version of pg_bigm 1.0, <a href="http://en.osdn.jp/projects/pgbigm/releases/">pg_bigm-1.0-20150910</a> was released.(<a href="release-1-0_en.html">Release Note</a>)</li>
27 <li>2015-03-09: <a href="pg_bigm_en-1-1.html#limitations"> Limitations</a> section was added into document of pg_bigm 1.1.</li>
28 <li>2015-02-05: The RPM file of pg_bigm 1.1 for PostgreSQL 9.4 was released. It can be downloaded from <a href="http://en.osdn.jp/projects/pgbigm/releases/?package_id=13634">here</a>.</li>
29 <li>2014-12-19: pg_bigm 1.1 was confirmed to work with <a href="http://www.postgresql.org/about/press/presskit94/">PostgreSQL9.4</a>.</li>
30 <li>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 <a href="http://en.osdn.jp/projects/pgbigm/releases/?package_id=13634">here</a>.</li>
31 <li>2013-11-22: pg_bigm 1.1, the latest major version <a href="http://en.osdn.jp/projects/pgbigm/downloads/59914/pg_bigm-1.1-20131122.tar.gz/">pg_bigm-1.1-20131122</a> was released. (<a href="release-1-1_en.html">Release Note</a>)</li>
32 <li>2013-11-22: The latest minor version of pg_bigm 1.0, <a href="http://en.osdn.jp/projects/pgbigm/downloads/59913/pg_bigm-1.0-20131122.tar.gz/">pg_bigm-1.0-20131122</a> was released. (<a href="release-1-0_en.html">Release Note</a>)</li>
33 <li>2013-10-05: <a href="https://twitter.com/sawada_masahiko">Sawada</a> from NTT DATA gave a great talk about the performance comparison of pg_bigm and pg_trgm at <a href="http://www.postgresql.jp/wg/shikumi/shikumi27/">PostgreSQL Shikumi meet-up</a>. <a href="http://www.slideshare.net/masahikosawada98/pgbigm">Here</a> is the slide presentation from that talk.</li>
34 <li>2013-06-08: <a href="https://twitter.com/sawada_masahiko">Sawada</a> from NTT DATA gave a great talk about the architecture of pg_bigm at <a href="http://www.postgresql.jp/wg/shikumi/shikumi26/">PostgreSQL Shikumi meet-up</a>. <a href="http://www.slideshare.net/masahikosawada98/pg-bigm">Here</a> is the slide presentation from that talk.</li>
35 <li>2013-04-05: <a href="http://en.osdn.jp/projects/pgbigm/downloads/58505/pg_bigm-20130405.tar.gz/">pg_bigm-20130405</a> was released.</li>
36 </ul>
37
38 <h2 id="document">Document</h2>
39 <ul>
40 <li><a href="pg_bigm_en-1-1.html">Release 1.1</a></li>
41 <li><a href="pg_bigm_en.html">Release 1.0</a></li>
42 </ul>
43
44 <h2 id="community">Community</h2>
45 <dl>
46 <dt><a href="http://en.osdn.jp/forum/forum.php?forum_id=31032"><b>general discussion</b></a></dt>
47 <dd>This is a forum where all topics related to pg_bigm (bug report, technical information etc.) are discussed. </dd>
48 </dl>
49
50 <dl>
51 <dt><a href="http://lists.osdn.me/mailman/listinfo/pgbigm-hackers"><b>pgbigm-hackers</b></a></dt>
52 <dd>This is the mailing list for pg_bigm developers.</dd>
53 </dl>
54
55 <h2 id="development">Development</h2>
56 <p class="padding">The pg_bigm source code is now maintained in a git repository available <a href="http://en.osdn.jp/projects/pgbigm/scm/">here</a>.</p>
57
58 <hr>
59 <div align="right">Copyright (c) 2012-2015, NTT DATA Corporation</div>
60
61 </body>
62 </html>