diff --git a/CHANGES b/CHANGES index edc9aa1e8dd0cac8aa415d23051807cf602cf019..4eb178bdadb70e0de25aa5a3a96d3d2149808a88 100644 --- a/CHANGES +++ b/CHANGES @@ -154,6 +154,11 @@ o Sql.pgsql is offered multiple times before it finalises the cache entry. Fix sync errors with the database in case of multiple running statements on a single connection that generate multiple errors. + Eliminate spurious sync errors on pipe-lined transactions + (multiple transactions in flight on a single file descriptor). + CancelRequests (to cancel running queries) caused sync errors with + the database when multiple queries were in flight: fixed. + Eliminate transient error messages on database restarts. Changes since Pike 8.0.404 (release 8) ----------------------------------------------------------------------