log

age author description
Wed, 14 Apr 2021 15:08:51 +0200 Sebastien Jodogne new configuration option: "IndexConnectionsCount"
Wed, 14 Apr 2021 13:33:48 +0200 Sebastien Jodogne cppcheck
Wed, 14 Apr 2021 11:20:51 +0200 Sebastien Jodogne implementation of minor api improvements in OrthancCDatabasePlugin.h
Wed, 14 Apr 2021 10:35:09 +0200 Sebastien Jodogne fix build
Wed, 14 Apr 2021 10:07:14 +0200 Sebastien Jodogne better performance warnings
Wed, 14 Apr 2021 09:46:44 +0200 Sebastien Jodogne PostgreSQL: Support of range reads from the storage area
Wed, 14 Apr 2021 09:18:20 +0200 Sebastien Jodogne fix build
Wed, 14 Apr 2021 08:42:31 +0200 Sebastien Jodogne turning ResultFileValue into a base class, and implement its primitives for PostgreSQL
Tue, 13 Apr 2021 18:50:44 +0200 Sebastien Jodogne rename FileValue as ResultFileValue
Tue, 13 Apr 2021 18:43:21 +0200 Sebastien Jodogne separating class InputFileValue from FileValue
Tue, 13 Apr 2021 17:53:53 +0200 Sebastien Jodogne simplification
Tue, 13 Apr 2021 17:00:02 +0200 Sebastien Jodogne MySQL: Support of range reads for the storage area
Tue, 13 Apr 2021 12:07:30 +0200 Sebastien Jodogne simplification of class DatabaseManager::Transaction
Mon, 12 Apr 2021 17:07:06 +0200 Sebastien Jodogne added handling of CR_COMMANDS_OUT_OF_SYNC
Thu, 08 Apr 2021 20:30:15 +0200 Sebastien Jodogne fix IndexBackend::SetGlobalProperty(), lighten GlobalProperty enum
Thu, 08 Apr 2021 19:33:36 +0200 Sebastien Jodogne new table: "ServerProperties"
Thu, 08 Apr 2021 19:09:04 +0200 Sebastien Jodogne refactoring to remove GlobalProperties.cpp
Thu, 08 Apr 2021 12:00:01 +0200 Sebastien Jodogne MySQL: fix backward compatibility with SDK <= 1.9.1
Thu, 08 Apr 2021 11:42:32 +0200 Sebastien Jodogne fix lsb build, fix backward compatibility with SDK <= 1.9.1
Thu, 08 Apr 2021 10:50:01 +0200 Sebastien Jodogne PostgreSQL index plugin handles retries for collisions between multiple writers
Tue, 06 Apr 2021 15:07:27 +0200 Sebastien Jodogne reorganization
Tue, 06 Apr 2021 12:50:06 +0200 Sebastien Jodogne reorganization in DatabaseBackendAdapterV3
Tue, 06 Apr 2021 11:59:31 +0200 Sebastien Jodogne removed mutex out of DatabaseManager
Tue, 06 Apr 2021 11:17:00 +0200 Sebastien Jodogne refactored StorageBackend by introducing an accessor class
Sat, 03 Apr 2021 18:56:14 +0200 Sebastien Jodogne note
Sat, 03 Apr 2021 18:31:21 +0200 Sebastien Jodogne cleaning
Fri, 02 Apr 2021 19:27:32 +0200 Sebastien Jodogne added missing files
Fri, 02 Apr 2021 19:23:36 +0200 Sebastien Jodogne DatabaseManager doesn't IDatabaseFactory anymore
Thu, 01 Apr 2021 19:18:19 +0200 Sebastien Jodogne removed DatabaseManager member out of class IndexBackend
Thu, 01 Apr 2021 16:09:59 +0200 Sebastien Jodogne added internal class DatabaseBackendAdapterV2::Adapter