From c971f1fef04d350c26923b0f4c86f7efc5877d13 Mon Sep 17 00:00:00 2001 From: "Stephen R. van den Berg" <srb@cuci.nl> Date: Wed, 13 May 2020 21:09:34 +0200 Subject: [PATCH] Update CHANGES. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index afd3ae78bb..8b88309101 100644 --- a/CHANGES +++ b/CHANGES @@ -203,6 +203,11 @@ o Sql.pgsql turning it on triggers a bug in PostgreSQL sometimes that causes spikes in CPU usage of the database. + - Fix support for text-multiqueries (separated by semicolons). + + - resync() is synchronous now, and prevents race conditions + if followed back-to-back with new queries. + o SSL - When verifying the hostname against the certificate, only accept * -- GitLab