Mercurial > hg > orthanc-databases
annotate PostgreSQL/NEWS @ 103:9263b3de37ed
fix build on Debian Buster
author | jodogne |
---|---|
date | Tue, 22 Jan 2019 13:14:52 +0000 |
parents | deab01d8e1c8 |
children | b559af8fe6e0 |
rev | line source |
---|---|
0 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
103 | 4 * Fix build on Debian Buster |
5 | |
100 | 6 |
7 Release 3.0 (2019-01-21) | |
8 ======================== | |
9 | |
81
515a783630df
injecting fix to issue 105 into the mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
56
diff
changeset
|
10 * New configuration option: "EnableSsl" |
80
16df1a6ea452
Fix issue 105 (Unable to connect to PostgreSQL database using SSL)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
75
diff
changeset
|
11 * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2 |
81
515a783630df
injecting fix to issue 105 into the mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
56
diff
changeset
|
12 * Fix issue 105 (Unable to connect to PostgreSQL database using SSL) |
56
4f66bc893fc3
Fix Debian issue #906771
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
48
diff
changeset
|
13 * Fix Debian issue #906771 (Uncaught exception prevents db intialization |
4f66bc893fc3
Fix Debian issue #906771
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
48
diff
changeset
|
14 (likely related to pg_trgm)) |
48 | 15 * Fix: Catching exceptions in destructors |
16 | |
33 | 17 |
42 | 18 Release 2.2 (2018-07-16) |
33 | 19 ======================== |
20 | |
29 | 21 !! Important remark when upgrading from an older version of the plugin: |
22 | |
23 The plugin will create a new index to improve search performance. | |
24 This can take several minutes at the first Orthanc startup. Orthanc | |
25 will not be available during this period. On a PostgreSQL database | |
26 with 100,000 studies, we have observed that updating the index took | |
27 around 10 minutes. | |
19 | 28 |
0 | 29 * Migration into the "orthanc-databases" repository |
30 * Full refactoring to share code with MySQL | |
31 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc) | |
33 | 32 !! This fix requires Orthanc version >= 1.4.0 |
0 | 33 * Fix issue 47 (Index improvements for PG plugin) |
34 * Fix issue 76 (PG connection shall reconnect/retry in case it loses | |
35 the connection to the server) | |
36 | |
37 | |
38 Release 2.1 (2018-04-20) | |
39 ======================== | |
40 | |
41 * Running transactions in "Serializable" isolation level to avoid | |
42 inconsistencies if multiple Orthanc are writing to the same DB | |
43 * Upgrade to PostgreSQL 9.6.1 client library for static builds | |
44 * Performance warning if runtime debug assertions are turned on | |
45 * Fix issue 62 (use correct type for lo_read() value) | |
46 * Fix issue 63 (allow to connect without specifing username and/or port) | |
47 * Fix issue 68 (PostgreSQL plugin needs extra flags to compile) | |
48 * Resort to Orthanc framework | |
49 * Support of Linux Standard Base, OpenBSD and FreeBSD | |
50 | |
51 | |
52 Release 2.0 (2015-12-02) | |
53 ======================== | |
54 | |
55 => Minimum SDK version: 0.9.5 <= | |
56 => Supported database versions: 5 (upgrade only) and 6 <= | |
57 | |
58 * Support version 6 of the database schema | |
59 * The "value" column of tables "MainDicomTags" and "DicomIdentifiers" are now TEXT instead of BYTEA | |
60 | |
61 | |
62 Release 1.3 (2015-10-07) | |
63 ======================== | |
64 | |
65 => Minimum SDK version: 0.9.4 <= | |
66 => Supported database versions: 5 <= | |
67 | |
68 * Fix build with Orthanc plugin SDK 0.9.4 | |
69 * Implementation of "GetAllPublicIdsWithLimit" extension | |
70 * Implementation of "UpgradeDatabase" extension | |
71 | |
72 | |
73 Release 1.2 (2015-08-02) | |
74 ======================== | |
75 | |
76 => Minimum SDK version: 0.9.1 <= | |
77 | |
78 * Inject version information into Windows binaries | |
79 * CMake flag to prevent compiling the unit tests (if no PostgreSQL test server is available) | |
80 * Update to Boost 1.58.0 for static and Windows builds | |
81 * Support of OS X compilation | |
82 | |
83 | |
84 Release 1.1 (2015-07-03) | |
85 ======================== | |
86 | |
87 * Fixes | |
88 * Support of Visual Studio 2008 | |
89 * Support of FreeBSD thanks Mikhail <mp39590@gmail.com> | |
90 | |
91 | |
92 Release 1.0 (2015-02-27) | |
93 ======================== | |
94 | |
95 * Use of advisory locks | |
96 * Support of connection URI in PostgreSQL | |
97 * Options "EnableIndex" and "EnableStorage" to explicitly enable PostgreSQL | |
98 | |
99 | |
100 2015-02-06 | |
101 ========== | |
102 | |
103 * Initial release |