changeset 430:f1f3c5554283 pg-transactions

fix NEWS
author Alain Mazy <am@osimis.io>
date Thu, 30 Nov 2023 14:50:09 +0100
parents dbf811b1bb43
children 7c1fe5d6c12c
files PostgreSQL/NEWS
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Thu Nov 30 14:47:23 2023 +0100
+++ b/PostgreSQL/NEWS	Thu Nov 30 14:50:09 2023 +0100
@@ -1,12 +1,6 @@
 Pending changes in the mainline
 ===============================
 
-* New "EnableVerboseLogs" configuration to show SQL statements being executed.
-
-
-Release 5.1 (2023-06-27)
-========================
-
 * Experimental debug feature:
   Introduced 2 new configurations with these default values:
     "ReadOnlyTransactionStatement": "SET TRANSACTION ISOLATION LEVEL SERIALIZABLE READ ONLY"
@@ -16,7 +10,11 @@
   isolation level is used.
 * internals:
   - Added a UNIQUE constraint on Resources.publicId to detect DB inconsistencies
-  - Added an advisory lock around CreateInstance
+* New "EnableVerboseLogs" configuration to show SQL statements being executed.
+
+
+Release 5.1 (2023-06-27)
+========================
 
 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.