Mercurial > hg > orthanc-databases
comparison PostgreSQL/NEWS @ 172:8c7bb94adff7
trying upgrade from libpq 9.6.1 to 13.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 11 Dec 2020 12:49:33 +0100 |
parents | 710537acb488 |
children | 9b500ad566c0 |
comparison
equal
deleted
inserted
replaced
170:e712ff3eede3 | 172:8c7bb94adff7 |
---|---|
3 | 3 |
4 * Added an advisory lock to avoid race conditions during database setup | 4 * Added an advisory lock to avoid race conditions during database setup |
5 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure | 5 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure |
6 the retries when connecting to the DB at startup | 6 the retries when connecting to the DB at startup |
7 * Support of dynamic linking against the system-wide Orthanc framework library | 7 * Support of dynamic linking against the system-wide Orthanc framework library |
8 * Upgraded dependencies for static builds (notably on Windows and LSB): | |
9 - openssl 1.1.1g | |
10 - libpq 13.1 | |
8 | 11 |
9 | 12 |
10 Release 3.2 (2019-03-01) | 13 Release 3.2 (2019-03-01) |
11 ======================== | 14 ======================== |
12 | 15 |