From 75e2227c0c9713eb2e8cfe0ac0f32534533afd41 Mon Sep 17 00:00:00 2001 From: "Stephen R. van den Berg" <srb@cuci.nl> Date: Mon, 17 Feb 2020 23:10:21 +0100 Subject: [PATCH] Document pgsql changes. --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d68b748583..56dd86e761 100644 --- a/CHANGES +++ b/CHANGES @@ -172,9 +172,14 @@ o Sql.pgsql - Small speed boost. - - Fix the only known deadlock-cause logged in the last year; only happened + - Fix the only known deadlock-cause logged in the last year; happened (rarely) on multiple parallel queries on a single connection. + - Fix the only known race condition logged in the last year; happened + on some queries that store >32KB data per query. + + - Cast integers to floats, when floats are desired. + o SSL When verifying the hostname against the certificate, only accept * -- GitLab