Mercurial > hg > orthanc-databases
annotate PostgreSQL/NEWS @ 372:b5e2c1e48828 db-protobuf
created branch db-protobuf to take advantage of OrthancPluginRegisterDatabaseBackendV4()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 28 Mar 2023 11:40:07 +0200 |
parents | 1280b40d6696 |
children | 0fed785e974e |
rev | line source |
---|---|
0 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
372
b5e2c1e48828
created branch db-protobuf to take advantage of OrthancPluginRegisterDatabaseBackendV4()
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
358
diff
changeset
|
4 * Compatibility with Orthanc SDK 1.12.0 |
358
1280b40d6696
switch to OpenSSL 3.0.x
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
276
diff
changeset
|
5 * Upgraded dependencies for static builds (notably on Windows and LSB): |
1280b40d6696
switch to OpenSSL 3.0.x
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
276
diff
changeset
|
6 - openssl 3.0.1 |
1280b40d6696
switch to OpenSSL 3.0.x
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
276
diff
changeset
|
7 |
276
b783063f51f1
OrthancPostgreSQL-4.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
269
diff
changeset
|
8 |
b783063f51f1
OrthancPostgreSQL-4.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
269
diff
changeset
|
9 Release 4.0 (2021-04-22) |
b783063f51f1
OrthancPostgreSQL-4.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
269
diff
changeset
|
10 ======================== |
b783063f51f1
OrthancPostgreSQL-4.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
269
diff
changeset
|
11 |
253
3bc442765b88
new configuration option: "IndexConnectionsCount"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
248
diff
changeset
|
12 * New option "IndexConnectionsCount" to control how many simultaneous |
3bc442765b88
new configuration option: "IndexConnectionsCount"
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
248
diff
changeset
|
13 connections to the PostgreSQL database are used by the index plugin |
266
cc7af42d4f23
Store revisions for metadata and attachments in PostgreSQL
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
253
diff
changeset
|
14 * Support of revisions for metadata and attachments |
248
7a4f9bcb0bc2
PostgreSQL: Support of range reads from the storage area
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
243
diff
changeset
|
15 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2 |
7a4f9bcb0bc2
PostgreSQL: Support of range reads from the storage area
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
243
diff
changeset
|
16 * Support of range reads for the storage area, from Orthanc SDK 1.9.0 |
267 | 17 * Fix issue #193 (LSB binaries crash with PostgreSQL + SSL) by changeset |
18 in OrthancFramework: https://hg.orthanc-server.com/orthanc/rev/9a9118406484 | |
269
567761f0c1ea
fix issue #151: support of retries in the storage area plugins to deal with multiple writers
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
268
diff
changeset
|
19 * Fix issue #151 (Storage failures when running with two instances and PG_LOCK=false) |
195
53bd9022c58b
Support of "OrthancPluginRegisterStorageArea2()" from Orthanc SDK 1.9.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
179
diff
changeset
|
20 |
179
9b500ad566c0
OrthancPostgreSQL-3.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
172
diff
changeset
|
21 |
9b500ad566c0
OrthancPostgreSQL-3.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
172
diff
changeset
|
22 Release 3.3 (2020-12-14) |
9b500ad566c0
OrthancPostgreSQL-3.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
172
diff
changeset
|
23 ======================== |
9b500ad566c0
OrthancPostgreSQL-3.3
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
172
diff
changeset
|
24 |
134
cc3dc759c989
Added an advisory lock to avoid race conditions during database setup
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
132
diff
changeset
|
25 * Added an advisory lock to avoid race conditions during database setup |
141
0b3e9ee53c46
Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Alain Mazy <alain@mazy.be>
parents:
134
diff
changeset
|
26 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure |
0b3e9ee53c46
Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Alain Mazy <alain@mazy.be>
parents:
134
diff
changeset
|
27 the retries when connecting to the DB at startup |
156
710537acb488
dynamic linking against the system-wide Orthanc framework library
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
141
diff
changeset
|
28 * Support of dynamic linking against the system-wide Orthanc framework library |
172
8c7bb94adff7
trying upgrade from libpq 9.6.1 to 13.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
156
diff
changeset
|
29 * Upgraded dependencies for static builds (notably on Windows and LSB): |
8c7bb94adff7
trying upgrade from libpq 9.6.1 to 13.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
156
diff
changeset
|
30 - openssl 1.1.1g |
268 | 31 - libpq 13.1 (replacing libpq 9.6.1) |
134
cc3dc759c989
Added an advisory lock to avoid race conditions during database setup
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
132
diff
changeset
|
32 |
132
5c69c2a14c97
OrthancPostgreSQL-3.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
130
diff
changeset
|
33 |
5c69c2a14c97
OrthancPostgreSQL-3.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
130
diff
changeset
|
34 Release 3.2 (2019-03-01) |
5c69c2a14c97
OrthancPostgreSQL-3.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
130
diff
changeset
|
35 ======================== |
5c69c2a14c97
OrthancPostgreSQL-3.2
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
130
diff
changeset
|
36 |
130
2d2b268799a2
Explicit deallocation of prepared statements
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
125
diff
changeset
|
37 * Explicit deallocation of prepared statements |
2d2b268799a2
Explicit deallocation of prepared statements
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
125
diff
changeset
|
38 |
125
b85d672afcb5
OrthancPostgreSQL-3.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
121
diff
changeset
|
39 |
b85d672afcb5
OrthancPostgreSQL-3.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
121
diff
changeset
|
40 Release 3.1 (2019-02-08) |
b85d672afcb5
OrthancPostgreSQL-3.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
121
diff
changeset
|
41 ======================== |
b85d672afcb5
OrthancPostgreSQL-3.1
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
121
diff
changeset
|
42 |
103 | 43 * 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
|
44 * 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
|
45 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata |
121
0886da5b4816
integration pg-tcp-nodelay->mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
117
diff
changeset
|
46 * Performance: Defining option "TCP_NODELAY" if libpq is linked statically |
103 | 47 |
100 | 48 |
49 Release 3.0 (2019-01-21) | |
50 ======================== | |
51 | |
81
515a783630df
injecting fix to issue 105 into the mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
56
diff
changeset
|
52 * 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
|
53 * 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
|
54 * 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
|
55 * Fix Debian issue #906771 (Uncaught exception prevents db intialization |
4f66bc893fc3
Fix Debian issue #906771
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
48
diff
changeset
|
56 (likely related to pg_trgm)) |
48 | 57 * Fix: Catching exceptions in destructors |
58 | |
33 | 59 |
42 | 60 Release 2.2 (2018-07-16) |
33 | 61 ======================== |
62 | |
29 | 63 !! Important remark when upgrading from an older version of the plugin: |
64 | |
65 The plugin will create a new index to improve search performance. | |
66 This can take several minutes at the first Orthanc startup. Orthanc | |
67 will not be available during this period. On a PostgreSQL database | |
68 with 100,000 studies, we have observed that updating the index took | |
69 around 10 minutes. | |
19 | 70 |
0 | 71 * Migration into the "orthanc-databases" repository |
72 * Full refactoring to share code with MySQL | |
73 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc) | |
33 | 74 !! This fix requires Orthanc version >= 1.4.0 |
0 | 75 * Fix issue 47 (Index improvements for PG plugin) |
76 * Fix issue 76 (PG connection shall reconnect/retry in case it loses | |
77 the connection to the server) | |
78 | |
79 | |
80 Release 2.1 (2018-04-20) | |
81 ======================== | |
82 | |
83 * Running transactions in "Serializable" isolation level to avoid | |
84 inconsistencies if multiple Orthanc are writing to the same DB | |
85 * Upgrade to PostgreSQL 9.6.1 client library for static builds | |
86 * Performance warning if runtime debug assertions are turned on | |
87 * Fix issue 62 (use correct type for lo_read() value) | |
88 * Fix issue 63 (allow to connect without specifing username and/or port) | |
89 * Fix issue 68 (PostgreSQL plugin needs extra flags to compile) | |
90 * Resort to Orthanc framework | |
91 * Support of Linux Standard Base, OpenBSD and FreeBSD | |
92 | |
93 | |
94 Release 2.0 (2015-12-02) | |
95 ======================== | |
96 | |
97 => Minimum SDK version: 0.9.5 <= | |
98 => Supported database versions: 5 (upgrade only) and 6 <= | |
99 | |
100 * Support version 6 of the database schema | |
101 * The "value" column of tables "MainDicomTags" and "DicomIdentifiers" are now TEXT instead of BYTEA | |
102 | |
103 | |
104 Release 1.3 (2015-10-07) | |
105 ======================== | |
106 | |
107 => Minimum SDK version: 0.9.4 <= | |
108 => Supported database versions: 5 <= | |
109 | |
110 * Fix build with Orthanc plugin SDK 0.9.4 | |
111 * Implementation of "GetAllPublicIdsWithLimit" extension | |
112 * Implementation of "UpgradeDatabase" extension | |
113 | |
114 | |
115 Release 1.2 (2015-08-02) | |
116 ======================== | |
117 | |
118 => Minimum SDK version: 0.9.1 <= | |
119 | |
120 * Inject version information into Windows binaries | |
121 * CMake flag to prevent compiling the unit tests (if no PostgreSQL test server is available) | |
122 * Update to Boost 1.58.0 for static and Windows builds | |
123 * Support of OS X compilation | |
124 | |
125 | |
126 Release 1.1 (2015-07-03) | |
127 ======================== | |
128 | |
129 * Fixes | |
130 * Support of Visual Studio 2008 | |
131 * Support of FreeBSD thanks Mikhail <mp39590@gmail.com> | |
132 | |
133 | |
134 Release 1.0 (2015-02-27) | |
135 ======================== | |
136 | |
137 * Use of advisory locks | |
138 * Support of connection URI in PostgreSQL | |
139 * Options "EnableIndex" and "EnableStorage" to explicitly enable PostgreSQL | |
140 | |
141 | |
142 2015-02-06 | |
143 ========== | |
144 | |
145 * Initial release |