Mercurial > hg > orthanc-databases
comparison PostgreSQL/NEWS @ 267:ece4663dedde
Fix issue #193
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Apr 2021 11:03:44 +0200 |
parents | cc7af42d4f23 |
children | 9b003f265a8f |
comparison
equal
deleted
inserted
replaced
266:cc7af42d4f23 | 267:ece4663dedde |
---|---|
4 * New option "IndexConnectionsCount" to control how many simultaneous | 4 * New option "IndexConnectionsCount" to control how many simultaneous |
5 connections to the PostgreSQL database are used by the index plugin | 5 connections to the PostgreSQL database are used by the index plugin |
6 * Support of revisions for metadata and attachments | 6 * Support of revisions for metadata and attachments |
7 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2 | 7 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2 |
8 * Support of range reads for the storage area, from Orthanc SDK 1.9.0 | 8 * Support of range reads for the storage area, from Orthanc SDK 1.9.0 |
9 * Fix issue #193 (LSB binaries crash with PostgreSQL + SSL) by changeset | |
10 in OrthancFramework: https://hg.orthanc-server.com/orthanc/rev/9a9118406484 | |
9 | 11 |
10 | 12 |
11 Release 3.3 (2020-12-14) | 13 Release 3.3 (2020-12-14) |
12 ======================== | 14 ======================== |
13 | 15 |