comparison PostgreSQL/NEWS @ 0:7cea966b6829

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jul 2018 08:16:29 +0200
parents
children 38e23471d132
comparison
equal deleted inserted replaced
-1:000000000000 0:7cea966b6829
1 Pending changes in the mainline
2 ===============================
3
4 * Migration into the "orthanc-databases" repository
5 * Full refactoring to share code with MySQL
6 * Fix issue 41 (Additional range IdentifierConstraintType in Orthanc)
7 => This fix requires SDK version: 1.4.0 <=
8 * Fix issue 47 (Index improvements for PG plugin)
9 * Fix issue 76 (PG connection shall reconnect/retry in case it loses
10 the connection to the server)
11
12
13 Release 2.1 (2018-04-20)
14 ========================
15
16 * Running transactions in "Serializable" isolation level to avoid
17 inconsistencies if multiple Orthanc are writing to the same DB
18 * Upgrade to PostgreSQL 9.6.1 client library for static builds
19 * Performance warning if runtime debug assertions are turned on
20 * Fix issue 62 (use correct type for lo_read() value)
21 * Fix issue 63 (allow to connect without specifing username and/or port)
22 * Fix issue 68 (PostgreSQL plugin needs extra flags to compile)
23 * Resort to Orthanc framework
24 * Support of Linux Standard Base, OpenBSD and FreeBSD
25
26
27 Release 2.0 (2015-12-02)
28 ========================
29
30 => Minimum SDK version: 0.9.5 <=
31 => Supported database versions: 5 (upgrade only) and 6 <=
32
33 * Support version 6 of the database schema
34 * The "value" column of tables "MainDicomTags" and "DicomIdentifiers" are now TEXT instead of BYTEA
35
36
37 Release 1.3 (2015-10-07)
38 ========================
39
40 => Minimum SDK version: 0.9.4 <=
41 => Supported database versions: 5 <=
42
43 * Fix build with Orthanc plugin SDK 0.9.4
44 * Implementation of "GetAllPublicIdsWithLimit" extension
45 * Implementation of "UpgradeDatabase" extension
46
47
48 Release 1.2 (2015-08-02)
49 ========================
50
51 => Minimum SDK version: 0.9.1 <=
52
53 * Inject version information into Windows binaries
54 * CMake flag to prevent compiling the unit tests (if no PostgreSQL test server is available)
55 * Update to Boost 1.58.0 for static and Windows builds
56 * Support of OS X compilation
57
58
59 Release 1.1 (2015-07-03)
60 ========================
61
62 * Fixes
63 * Support of Visual Studio 2008
64 * Support of FreeBSD thanks Mikhail <mp39590@gmail.com>
65
66
67 Release 1.0 (2015-02-27)
68 ========================
69
70 * Use of advisory locks
71 * Support of connection URI in PostgreSQL
72 * Options "EnableIndex" and "EnableStorage" to explicitly enable PostgreSQL
73
74
75 2015-02-06
76 ==========
77
78 * Initial release