comparison PostgreSQL/NEWS @ 430:f1f3c5554283 pg-transactions

fix NEWS
author Alain Mazy <am@osimis.io>
date Thu, 30 Nov 2023 14:50:09 +0100
parents dbf811b1bb43
children 8b7c1c423367
comparison
equal deleted inserted replaced
429:dbf811b1bb43 430:f1f3c5554283
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 * New "EnableVerboseLogs" configuration to show SQL statements being executed.
5
6
7 Release 5.1 (2023-06-27)
8 ========================
9 3
10 * Experimental debug feature: 4 * Experimental debug feature:
11 Introduced 2 new configurations with these default values: 5 Introduced 2 new configurations with these default values:
12 "ReadOnlyTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ ONLY" 6 "ReadOnlyTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ ONLY"
13 "ReadWriteTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ WRITE" 7 "ReadWriteTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ WRITE"
14 You can now customize the transaction isolation level. 8 You can now customize the transaction isolation level.
15 If setting these values to "", no statement is run and therefore, the default DB or server 9 If setting these values to "", no statement is run and therefore, the default DB or server
16 isolation level is used. 10 isolation level is used.
17 * internals: 11 * internals:
18 - Added a UNIQUE constraint on Resources.publicId to detect DB inconsistencies 12 - Added a UNIQUE constraint on Resources.publicId to detect DB inconsistencies
19 - Added an advisory lock around CreateInstance 13 * New "EnableVerboseLogs" configuration to show SQL statements being executed.
14
15
16 Release 5.1 (2023-06-27)
17 ========================
20 18
21 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS. 19 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
22 20
23 Release 5.0 (2023-04-15) 21 Release 5.0 (2023-04-15)
24 ======================== 22 ========================