What changed, and why it matters
This commit only adds documentation text to the release notes for LND version 0.20.1. It describes a new Postgres database configuration option but does not change any code, configuration defaults, or runtime behavior. There is no security issue in this change itself.
No security action needed. This is a documentation-only commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only addition to docs/release-notes/release-notes-0.20.1.md. It adds a bullet under ‘Performance Improvements’ describing PR #10394, which introduces two new Postgres config flags for controlling database concurrency. No source code, build scripts, tests, or defaults are modified. The change is purely informational.
Changed components
docs/release-notes/release-notes-0.20.1.mdInspect captured patch +9 / −0
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
index 59370ea..4cc4556 100644
--- a/docs/release-notes/release-notes-0.20.1.md
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -51,6 +51,15 @@
## Performance Improvements
+* [Added new Postgres configuration
+ options](https://github.com/lightningnetwork/lnd/pull/10394)
+ `db.postgres.channeldb-with-global-lock` and
+ `db.postgres.walletdb-with-global-lock` to allow fine-grained control over
+ database concurrency. The channeldb global lock defaults to `false` to enable
+ concurrent access, while the wallet global lock defaults to `true` to maintain
+ safe single-writer behavior until the wallet subsystem is fully
+ concurrent-safe.
+
## Deprecations
# Technical and Architectural Updates
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.