log PostgreSQL/Plugins/PostgreSQLIndex.cpp @ 522:c49136b34891 large-queries tip

age author description
Fri, 05 Jul 2024 09:15:54 +0200 Alain Mazy use a prepared statement for InsertOrUpdateMetadata large-queries tip
Thu, 30 May 2024 21:47:02 +0200 Sebastien Jodogne updated copyright, as Orthanc Team now replaces Osimis
Mon, 08 Apr 2024 10:09:40 +0200 Alain Mazy Fix updates from version plugin version 3.3 to latest version
Wed, 14 Feb 2024 13:46:04 +0100 Alain Mazy Fixed the MaximumStorageSize & MaximumPatientCount.
Mon, 05 Feb 2024 09:43:14 +0100 Alain Mazy renamed v6.2 to REV2 + removed 'default' TransactionMode + renamed 'READ COMMITTED' into 'ReadCommitted' pg-transactions
Wed, 24 Jan 2024 15:27:38 +0100 Sebastien Jodogne integration mainline->pg-transactions pg-transactions
Wed, 24 Jan 2024 15:25:48 +0100 Sebastien Jodogne update year to 2024
Wed, 17 Jan 2024 17:30:08 +0100 Alain Mazy removed redundant statements that are now in PrepareIndex.sql pg-transactions
Wed, 17 Jan 2024 16:22:08 +0100 Alain Mazy added downgrade script + renames version pg-transactions
Mon, 18 Dec 2023 18:50:01 +0100 Alain Mazy Re-organized DB creation/upgrade into standalone files pg-transactions
Fri, 15 Dec 2023 17:11:26 +0100 Alain Mazy InsertOrUpdateMetadata function + UpdateAndGetStatistics pg-transactions
Thu, 14 Dec 2023 09:25:45 +0100 Alain Mazy new creating temporary tables inside functions pg-transactions
Wed, 13 Dec 2023 16:52:06 +0100 Alain Mazy DeleteResource does not need the RemainingAncestor table anymore pg-transactions
Wed, 13 Dec 2023 15:48:56 +0100 Alain Mazy use temporary tables for DeletedFiles, RemainingAncestor and DeletedResources pg-transactions
Mon, 11 Dec 2023 14:39:27 +0100 Alain Mazy new 'TransactionMode' config + rewrote ResourceDeletedFunc to avoid IF/THEN/ELSE pattern pg-transactions
Thu, 07 Dec 2023 12:13:43 +0100 Alain Mazy PG: IncrementGlobalProperty pg-transactions
Thu, 30 Nov 2023 14:46:38 +0100 Alain Mazy rewrote CreateInstance to make it compatible with READ COMMITED transactions pg-transactions
Wed, 29 Nov 2023 10:24:18 +0100 Alain Mazy merge default -> pg-transactions pg-transactions
Tue, 21 Nov 2023 20:31:31 +0100 Sebastien Jodogne migration to UCLouvain servers
Tue, 27 Jun 2023 15:17:39 +0200 Alain Mazy wip: advisory lock around CreateInstance: not ok see WO-139 pg-transactions
Tue, 11 Apr 2023 11:10:19 +0200 Sebastien Jodogne database plugins are informed about the identifier tags db-protobuf
Thu, 06 Apr 2023 19:00:29 +0200 Sebastien Jodogne implementation of list/add/remove labels in postgresql db-protobuf
Wed, 05 Apr 2023 11:17:20 +0200 Sebastien Jodogne upgrade to year 2023
Thu, 15 Sep 2022 18:12:34 +0200 Alain Mazy DatabaseBackendAdapterV4: added support for customData + revision when not already done attach-custom-data
Mon, 21 Feb 2022 09:32:46 +0100 Sebastien Jodogne copyright upgraded to 2022
Wed, 11 Aug 2021 11:48:52 +0200 Sebastien Jodogne fix URLs to the old repositories
Fri, 09 Jul 2021 16:25:08 +0200 Sebastien Jodogne in GenericFormatter, replaced ${} by ${AUTOINCREMENT}
Tue, 20 Apr 2021 17:41:44 +0200 Sebastien Jodogne Store revisions for metadata and attachments in PostgreSQL
Tue, 20 Apr 2021 15:08:09 +0200 Sebastien Jodogne fix mysql and postgresql builds
Wed, 14 Apr 2021 17:57:08 +0200 Sebastien Jodogne reintroduction of IDatabaseFactory into DatabaseManager