OSDN Git Service

45c98233cc7ce68a02e7a9798bc54883ccd325cd
[pgbigm/pg_bigm.git] / html / release-1-2_en.html
1 <html>
2 <head>
3 <title>pg_bigm: Release 1.2</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="release-1-2.html">日本語</a></li>
18     </ul>
19   </div>
20
21 <h1 id="release_note">Release Notes</h1>
22
23 <h2 id="migration">Migration to Version 1.2</h2>
24 <p>The following command would upgrade the older version of pg_bigm to 1.2.</p>
25 <pre>
26 ALTER EXTENSION pg_bigm UPDATE TO '1.2';
27 </pre>
28
29 <h2 id="release_note_2020-02-28">Version 1.2 (released on 2020-02-28)</h2>
30 <ul>
31 <li><p>Fix compiler warning caused when built with PostgreSQL 12 or later (Torikoshi Atsushi, Fujii Masao)</p></li>
32 </ul>
33
34 <h2 id="release_note_2019-10-03">Version 1.2 (released on 2019-10-03)</h2>
35 <ul>
36 <li><p>Make pg_bigm 1.2 support PostgreSQL 12 or later (Fujii Masao)</p></li>
37 </ul>
38
39 <h2 id="release_note_2016-10-11">Version 1.2 (released on 2016-10-11)</h2>
40 <ul>
41 <li><p>Make pg_bigm available for parallel queries that was introduced in PostgreSQL 9.6 (Fujii Masao)</p></li>
42 <li>
43 <p>Support <a href="http://www.postgresql.org/docs/current/static/gin-extensibility.html">triConsistent</a> method that was introduced in PostgreSQL 9.4, for better performance (Fujii Masao)</p>
44 <p>In 9.4 or later, the triConsistent method makes the full-text search using pg_bigm much faster especially when a long search phrase is used.</p>
45 </li>
46 <li><p>Improve performance of <a href="pg_bigm_en-1-2.html#similarity_search">similarity search</a> (Fujii Masao)</p></li>
47 </ul>
48
49 <hr>
50 <div align="right">Copyright (c) 2017-2022, pg_bigm Development Group</div>
51 <div align="right">Copyright (c) 2012-2016, NTT DATA Corporation</div>
52
53 </body>
54 </html>