comparison PostgreSQL/NEWS @ 427:3cdea26ece73 pg-transactions

merge default -> pg-transactions
author Alain Mazy <am@osimis.io>
date Wed, 29 Nov 2023 10:24:18 +0100
parents a7f0f27fe33c d700c8f9fc24
children dbf811b1bb43
comparison
equal deleted inserted replaced
418:a7f0f27fe33c 427:3cdea26ece73
1 Pending changes in the mainline 1 Release 5.1 (2023-06-27)
2 =============================== 2 ========================
3 3
4 * Experimental debug feature: 4 * Experimental debug feature:
5 Introduced 2 new configurations with these default values: 5 Introduced 2 new configurations with these default values:
6 "ReadOnlyTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ ONLY" 6 "ReadOnlyTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ ONLY"
7 "ReadWriteTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ WRITE" 7 "ReadWriteTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ WRITE"
11 * internals: 11 * internals:
12 - Added a UNIQUE constraint on Resources.publicId to detect DB inconsistencies 12 - Added a UNIQUE constraint on Resources.publicId to detect DB inconsistencies
13 - Added an advisory lock around CreateInstance 13 - Added an advisory lock around CreateInstance
14 14
15 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS. 15 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
16 The optimization mainly affects find at study level.
17 16
18 Release 5.0 (2023-04-15) 17 Release 5.0 (2023-04-15)
19 ======================== 18 ========================
20 19
21 * Added support for labels 20 * Added support for labels
32 connections to the PostgreSQL database are used by the index plugin 31 connections to the PostgreSQL database are used by the index plugin
33 * Support of revisions for metadata and attachments 32 * Support of revisions for metadata and attachments
34 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2 33 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2
35 * Support of range reads for the storage area, from Orthanc SDK 1.9.0 34 * Support of range reads for the storage area, from Orthanc SDK 1.9.0
36 * Fix issue #193 (LSB binaries crash with PostgreSQL + SSL) by changeset 35 * Fix issue #193 (LSB binaries crash with PostgreSQL + SSL) by changeset
37 in OrthancFramework: https://hg.orthanc-server.com/orthanc/rev/9a9118406484 36 in OrthancFramework: https://orthanc.uclouvain.be/hg/orthanc/rev/9a9118406484
38 * Fix issue #151 (Storage failures when running with two instances and PG_LOCK=false) 37 * Fix issue #151 (Storage failures when running with two instances and PG_LOCK=false)
39 38
40 39
41 Release 3.3 (2020-12-14) 40 Release 3.3 (2020-12-14)
42 ======================== 41 ========================