|
1 | 1 | <!-- doc/src/sgml/release-pro-9.6.sgml -->
|
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
| 3 | +<sect1 id="release-pro-9-6-0-1"> |
| 4 | + <title>&productname; 9.6.0.1</title> |
| 5 | + <note> |
| 6 | + <title>Release Date</title> |
| 7 | + <simpara>2016-10-28</simpara> |
| 8 | + </note> |
| 9 | + <sect2> |
| 10 | + <title>Overview</title> |
| 11 | + <para>This release is based on <productname>Postgres Pro</productname> |
| 12 | + 9.6.0.1</para> |
| 13 | + <para>Major enhancements over <productname>Postgres Pro</productname> |
| 14 | + 9.6.0 include:</para> |
| 15 | + <para>Added k-nearest neighbors algorithm (KNN) for SP-GiST and B-tree (See: <xref linkend="spgist">)</para> |
| 16 | + <para>Added new index RUM, based on GIN, as separate module (See: <xref linkend="rum">)</para> |
| 17 | + <para>WAL size has been reduced on <command>CREATE INDEX</command> operation in the GiST, GIT, SP-GiST</para> |
| 18 | + <para>Added timeout for idle sessions on the server side (See: <xref linkend="config">)</para> |
| 19 | + <para>Added SHA-2 algorithm for password encryption (See: <xref linkend="config"> and <xref linkend="SQL-CREATEROLE">)</para> |
| 20 | + <para>Added page level compression (CFS)(See: <xref linkend="cfs">)</para> |
| 21 | + </sect2> |
| 22 | + <sect2> |
| 23 | + <title>Migration to Version &productname; 9.6.0.1</title> |
| 24 | + |
| 25 | + <para>A dump/restore using <xref linkend="app-pg-dumpall">, or |
| 26 | + use of <xref linkend="pgupgrade">, is required for those |
| 27 | + wishing to migrate data from any previous major release.</para> |
| 28 | + |
| 29 | + <para>Dump/restore is not neccessary when migrating from PostgreSQL 9.6.x to |
| 30 | + &productname; 9.6.x.y.</para> |
| 31 | + |
| 32 | + <para>When upgrading from previous releases of Postgres Pro or from |
| 33 | + vanilla PostgreSQL 9.6.x, some catalog changes should be applied.</para> |
| 34 | + |
| 35 | + <para>If you use binary packages, and your database is in the default |
| 36 | + location, this upgrade should be performed automatically. If you've |
| 37 | + compiled Postgres Pro from source or create your database in |
| 38 | + non-default location, running <literal>initdb</literal> manually, you |
| 39 | + should run <literal>pgpro_upgrade</literal> script provided in this |
| 40 | + distribution. |
| 41 | + </para> |
| 42 | + |
| 43 | + <para>Before running script, you should stop postgres service. Script |
| 44 | + should be run as user, owning the database (typically postgres) and |
| 45 | + PGDATA environment variable should be set to the directory where |
| 46 | + database resides. |
| 47 | + </para> |
| 48 | + </sect2> |
| 49 | +</sect1> |
3 | 50 | <sect1 id="release-pro-9-6-0-1">
|
4 | 51 | <title>Postgres Pro 9.6.0.1</title>
|
5 | 52 | <note>
|
|
0 commit comments