OSDN Git Service

2a960f323a135b24336b5bfa99aa352e2d4c3d4e
[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.sourceforge.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>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>
27 <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.sourceforge.jp/projects/pgbigm/releases/?package_id=13634">here</a>.</li>
28 <li>2013-11-22: pg_bigm 1.1, the latest major version <a href="http://en.sourceforge.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-20131122_en.html">Release Note</a>)</li>
29 <li>2013-11-22: The latest minor version of pg_bigm 1.0, <a href="http://en.sourceforge.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-20131122_en.html">Release Note</a>)</li>
30 <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>
31 <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>
32 <li>2013-04-05: <a href="http://en.sourceforge.jp/projects/pgbigm/downloads/58505/pg_bigm-20130405.tar.gz/">pg_bigm-20130405</a> was released.</li>
33 </ul>
34
35 <h2 id="document">Document</h2>
36 <ul>
37 <li><a href="pg_bigm_en-1-1.html">Release 1.1</a></li>
38 <li><a href="pg_bigm_en.html">Release 1.0</a></li>
39 </ul>
40
41 <h2 id="community">Community</h2>
42 <dl>
43 <dt><a href="http://en.sourceforge.jp/forum/forum.php?forum_id=31032"><b>general discussion</b></a></dt>
44 <dd>This is a forum where all topics related to pg_bigm (bug report, technical information etc.) are discussed. </dd>
45 </dl>
46
47 <dl>
48 <dt><a href="http://lists.sourceforge.jp/mailman/listinfo/pgbigm-hackers"><b>pgbigm-hackers</b></a></dt>
49 <dd>This is the mailing list for pg_bigm developers.</dd>
50 </dl>
51
52 <h2 id="development">Development</h2>
53 <p class="padding">The pg_bigm source code is now maintained in a git repository available <a href="http://en.sourceforge.jp/projects/pgbigm/scm/">here</a>.</p>
54
55 <hr>
56 <div align="right">Copyright (c) 2012-2014, NTT DATA Corporation</div>
57
58 </body>
59 </html>