comparison PostgreSQL/NEWS @ 417:15bfd9a76f8d pg-transactions

merge
author Alain Mazy <am@osimis.io>
date Fri, 23 Jun 2023 14:26:58 +0200
parents d2b5d9c92214 7e123f047771
children a7f0f27fe33c
comparison
equal deleted inserted replaced
370:d2b5d9c92214 417:15bfd9a76f8d
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
5 The optimization mainly affects find at study level.
6
7 Release 5.0 (2023-04-15)
8 ========================
9
10 * Added support for labels
11 * Compatibility with Orthanc SDK 1.12.0 (communications between the
12 Orthanc core and the database plugin using Google Protocol Buffers)
4 * Upgraded dependencies for static builds (notably on Windows and LSB): 13 * Upgraded dependencies for static builds (notably on Windows and LSB):
5 - openssl 3.0.1 14 - openssl 3.1.0
6 15
7 * Experimental debug feature: 16 * Experimental debug feature:
8 Introduced 2 new configurations with these default values: 17 Introduced 2 new configurations with these default values:
9 "ReadOnlyTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ ONLY" 18 "ReadOnlyTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ ONLY"
10 "ReadWriteTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ WRITE" 19 "ReadWriteTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ WRITE"