log PostgreSQL/NEWS @ 195:53bd9022c58b

age author description
Fri, 08 Jan 2021 18:54:20 +0100 Sebastien Jodogne Support of "OrthancPluginRegisterStorageArea2()" from Orthanc SDK 1.9.0
Mon, 14 Dec 2020 15:55:55 +0100 Sebastien Jodogne OrthancPostgreSQL-3.3 OrthancPostgreSQL-3.3
Fri, 11 Dec 2020 12:49:33 +0100 Sebastien Jodogne trying upgrade from libpq 9.6.1 to 13.1
Fri, 10 Jul 2020 13:26:47 +0200 Alain Mazy added new optimized REST routes. this is a temporary work to try to speed up some routes (used by LRO). This way, we avoid another app to access the Orthanc DB and we skip the plugin SDK update for a very specific route optimized-routes
Mon, 06 Jul 2020 12:40:44 +0200 Sebastien Jodogne dynamic linking against the system-wide Orthanc framework library
Mon, 03 Feb 2020 22:29:51 +0100 Alain Mazy Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Wed, 08 May 2019 20:21:13 +0200 Sebastien Jodogne Added an advisory lock to avoid race conditions during database setup
Fri, 01 Mar 2019 12:51:37 +0100 Sebastien Jodogne OrthancPostgreSQL-3.2 OrthancPostgreSQL-3.2
Fri, 01 Mar 2019 11:02:31 +0100 Sebastien Jodogne Explicit deallocation of prepared statements
Fri, 08 Feb 2019 18:35:48 +0100 Sebastien Jodogne OrthancPostgreSQL-3.1 OrthancPostgreSQL-3.1
Tue, 05 Feb 2019 16:33:17 +0100 Sebastien Jodogne integration pg-tcp-nodelay->mainline
Mon, 04 Feb 2019 16:32:45 +0100 Sebastien Jodogne cancelling changesets 116 and 117 in OrthancMySQL-2.0 branch OrthancMySQL-2.0
Mon, 04 Feb 2019 16:03:17 +0100 Sebastien Jodogne Implementation of new extensions: LookupResourceAndParent and GetAllMetadata OrthancMySQL-2.0
Tue, 22 Jan 2019 15:35:52 +0100 Sebastien Jodogne Remove "ASSERT" in SQL for compatibility with older releases of PostgreSQL
Tue, 22 Jan 2019 13:14:52 +0000 jodogne fix build on Debian Buster