comparison PostgreSQL/NEWS @ 34:bde7f48dce41

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jul 2018 17:23:53 +0200
parents 860542a0a64b
children 4c3f767ead03
comparison
equal deleted inserted replaced
31:00b9ab7e26a0 34:bde7f48dce41
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4
5 Release 2.2 (2018-16-16)
6 ========================
3 7
4 !! Important remark when upgrading from an older version of the plugin: 8 !! Important remark when upgrading from an older version of the plugin:
5 9
6 The plugin will create a new index to improve search performance. 10 The plugin will create a new index to improve search performance.
7 This can take several minutes at the first Orthanc startup. Orthanc 11 This can take several minutes at the first Orthanc startup. Orthanc
10 around 10 minutes. 14 around 10 minutes.
11 15
12 * Migration into the "orthanc-databases" repository 16 * Migration into the "orthanc-databases" repository
13 * Full refactoring to share code with MySQL 17 * Full refactoring to share code with MySQL
14 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc) 18 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc)
15 => This fix requires SDK version: 1.4.0 <= 19 !! This fix requires Orthanc version >= 1.4.0
16 * Fix issue 47 (Index improvements for PG plugin) 20 * Fix issue 47 (Index improvements for PG plugin)
17 * Fix issue 76 (PG connection shall reconnect/retry in case it loses 21 * Fix issue 76 (PG connection shall reconnect/retry in case it loses
18 the connection to the server) 22 the connection to the server)
19 23
20 24