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