log PostgreSQL/Plugins/IndexPlugin.cpp @ 359:16aac0287485

age author description
Mon, 21 Feb 2022 09:32:46 +0100 Sebastien Jodogne copyright upgraded to 2022
Wed, 21 Apr 2021 11:03:44 +0200 Sebastien Jodogne Fix issue #193
Wed, 14 Apr 2021 15:08:51 +0200 Sebastien Jodogne new configuration option: "IndexConnectionsCount"
Thu, 08 Apr 2021 10:50:01 +0200 Sebastien Jodogne PostgreSQL index plugin handles retries for collisions between multiple writers
Thu, 01 Apr 2021 11:16:13 +0200 Sebastien Jodogne refactoring registration/finalization of index backend
Wed, 24 Mar 2021 15:59:23 +0100 Sebastien Jodogne added IndexBackend::Register() to be used in all the index plugins
Fri, 19 Mar 2021 15:11:45 +0100 Sebastien Jodogne wrapping transactions in API v3
Thu, 18 Mar 2021 18:15:34 +0100 Sebastien Jodogne moving classes out of OrthancPlugins namespace, to OrthancDatabases
Thu, 18 Mar 2021 16:51:51 +0100 Sebastien Jodogne create IDatabaseBackendOutput only if needed
Thu, 18 Mar 2021 15:21:17 +0100 Sebastien Jodogne cont
Wed, 06 Jan 2021 17:40:27 +0100 Sebastien Jodogne upgrade to year 2021
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:45:58 +0200 Sebastien Jodogne replacing deprecated std::auto_ptr by std::unique_ptr
Wed, 01 Jul 2020 08:54:32 +0200 Sebastien Jodogne sync
Fri, 31 Jan 2020 17:24:29 +0100 Sebastien Jodogne upgrade to year 2020
Mon, 24 Dec 2018 13:35:26 +0100 Sebastien Jodogne preparing for 2019
Wed, 05 Dec 2018 08:57:16 +0100 Sebastien Jodogne fix for compatibility with simplified OrthancPluginCppWrapper
Mon, 16 Jul 2018 14:48:43 +0200 Sebastien Jodogne checks depending on Orthanc version
Thu, 12 Jul 2018 12:17:39 +0200 Sebastien Jodogne sharing plugin initialization code
Mon, 09 Jul 2018 11:45:52 +0200 Sebastien Jodogne typo
Mon, 09 Jul 2018 11:43:31 +0200 am don't include password in connection string if it is empty; it's seems its not supported by some pg drivers
Thu, 05 Jul 2018 15:06:32 +0200 Sebastien Jodogne storage plugin skeletons
Wed, 04 Jul 2018 08:16:29 +0200 Sebastien Jodogne initial commit