summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-01-27 17:45:39 +0000
committerGitHub <noreply@github.com>2022-01-27 17:45:39 +0000
commit6d482ba259a55947678390c06b24a7ba91f0ebab (patch)
treef1ad901cf6484071237937b4d20f13968071dc36 /changelog.d
parentCreate singletons for `StateFilter.{all,none}()` (#11836) (diff)
downloadsynapse-6d482ba259a55947678390c06b24a7ba91f0ebab.tar.xz
Pass `isolation_level` to `runWithConnection` (#11847)
This was missed in https://github.com/matrix-org/synapse/pull/11799
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11847.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11847.misc b/changelog.d/11847.misc
new file mode 100644
index 0000000000..5c3b2bcaf4
--- /dev/null
+++ b/changelog.d/11847.misc
@@ -0,0 +1 @@
+Preparation for reducing Postgres serialization errors: allow setting transaction isolation level. Contributed by Nick @ Beeper.