# HG changeset patch # User Alain Mazy # Date 1701352209 -3600 # Node ID f1f3c5554283327171d7a1461cc13f145e2041f9 # Parent dbf811b1bb43734fb681df63786cad59d1eea2ce fix NEWS diff -r dbf811b1bb43 -r f1f3c5554283 PostgreSQL/NEWS --- 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.