log PostgreSQL/NEWS @ 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, 11 Apr 2024 18:52:42 +0200 Alain Mazy Added support for ExtendedApiV1: /changes large-queries
Tue, 09 Apr 2024 15:47:30 +0200 Alain Mazy typo
Mon, 08 Apr 2024 10:09:40 +0200 Alain Mazy Fix updates from version plugin version 3.3 to latest version
Mon, 25 Mar 2024 13:06:15 +0100 Alain Mazy PG 6.2 OrthancPostgreSQL-6.2
Fri, 22 Mar 2024 15:27:59 +0100 Alain Mazy news
Fri, 22 Mar 2024 14:36:38 +0100 Sebastien Jodogne Fix check of Orthanc runtime version
Wed, 14 Feb 2024 15:06:44 +0100 Alain Mazy 6.1 OrthancPostgreSQL-6.1
Wed, 14 Feb 2024 13:46:04 +0100 Alain Mazy Fixed the MaximumStorageSize & MaximumPatientCount.
Thu, 08 Feb 2024 16:18:36 +0100 Alain Mazy back to mainline
Thu, 08 Feb 2024 16:17:13 +0100 Alain Mazy OrthancPostgreSQL-6.0 OrthancPostgreSQL-6.0
Mon, 05 Feb 2024 09:47:40 +0100 Alain Mazy news pg-transactions
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
Mon, 11 Dec 2023 14:39:27 +0100 Alain Mazy new 'TransactionMode' config + rewrote ResourceDeletedFunc to avoid IF/THEN/ELSE pattern pg-transactions
Thu, 30 Nov 2023 14:50:09 +0100 Alain Mazy fix NEWS pg-transactions
Thu, 30 Nov 2023 14:47:23 +0100 Alain Mazy new configuration 'EnableVerboseLogs' to log SQL statements being executed 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:28:02 +0200 Alain Mazy preparing PG 5.1
Tue, 27 Jun 2023 15:17:39 +0200 Alain Mazy wip: advisory lock around CreateInstance: not ok see WO-139 pg-transactions
Fri, 23 Jun 2023 14:26:58 +0200 Alain Mazy merge pg-transactions
Thu, 22 Jun 2023 18:07:41 +0200 Alain Mazy LookupResources optimization continued
Sun, 16 Apr 2023 14:40:46 +0200 Sebastien Jodogne OrthancMySQL-5.0 OrthancMySQL-5.0
Sat, 15 Apr 2023 18:40:24 +0200 Sebastien Jodogne OrthancPostgreSQL-5.0 OrthancPostgreSQL-5.0
Fri, 07 Apr 2023 15:43:42 +0200 Sebastien Jodogne support for labels in mysql db-protobuf
Mon, 03 Apr 2023 17:11:24 +0200 Sebastien Jodogne news db-protobuf
Tue, 28 Mar 2023 11:40:07 +0200 Sebastien Jodogne created branch db-protobuf to take advantage of OrthancPluginRegisterDatabaseBackendV4() db-protobuf
Wed, 22 Feb 2023 16:52:04 +0100 Alain Mazy PG: test feature: configurable transaction isolation level pg-transactions
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:27:40 +0100 Sebastien Jodogne switch to OpenSSL 3.0.x
Thu, 22 Apr 2021 16:02:10 +0200 Sebastien Jodogne OrthancPostgreSQL-4.0 OrthancPostgreSQL-4.0
Wed, 21 Apr 2021 17:54:31 +0200 Sebastien Jodogne fix issue #151: support of retries in the storage area plugins to deal with multiple writers
Wed, 21 Apr 2021 11:14:40 +0200 Sebastien Jodogne note
Wed, 21 Apr 2021 11:03:44 +0200 Sebastien Jodogne Fix issue #193
Tue, 20 Apr 2021 17:41:44 +0200 Sebastien Jodogne Store revisions for metadata and attachments in PostgreSQL
Wed, 14 Apr 2021 15:08:51 +0200 Sebastien Jodogne new configuration option: "IndexConnectionsCount"
Wed, 14 Apr 2021 09:46:44 +0200 Sebastien Jodogne PostgreSQL: Support of range reads from the storage area
Tue, 13 Apr 2021 17:53:53 +0200 Sebastien Jodogne simplification
Thu, 08 Apr 2021 10:50:01 +0200 Sebastien Jodogne PostgreSQL index plugin handles retries for collisions between multiple writers
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
Mon, 21 Jan 2019 17:31:31 +0100 Sebastien Jodogne set version OrthancPostgreSQL-3.0
Thu, 10 Jan 2019 13:33:33 +0100 Sebastien Jodogne integration mainline->db-changes db-changes
Thu, 10 Jan 2019 13:32:34 +0100 Sebastien Jodogne injecting fix to issue 105 into the mainline
Thu, 10 Jan 2019 12:53:00 +0100 Sebastien Jodogne Fix issue 105 (Unable to connect to PostgreSQL database using SSL) db-changes
Sat, 05 Jan 2019 11:41:15 +0100 Sebastien Jodogne new extension implemented for PostgreSQL: SetResourcesContent db-changes
Mon, 03 Sep 2018 16:23:20 +0200 Sebastien Jodogne Fix Debian issue #906771