log PostgreSQL/Plugins/IndexPlugin.cpp @ 203:2089d4071408

age author description
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