log Framework/PostgreSQL/PostgreSQLParameters.cpp @ 522:c49136b34891 large-queries tip

age author description
Thu, 30 May 2024 21:47:02 +0200 Sebastien Jodogne updated copyright, as Orthanc Team now replaces Osimis
Wed, 03 Apr 2024 10:54:26 +0200 Sebastien Jodogne reorganization
Tue, 02 Apr 2024 20:21:04 +0200 Sebastien Jodogne fixed uninitialized variable PostgreSQL::isolationMode_
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
Tue, 23 Jan 2024 17:00:35 +0100 Alain Mazy show transaction mode in logs 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:47:23 +0100 Alain Mazy new configuration 'EnableVerboseLogs' to log SQL statements being executed pg-transactions
Fri, 23 Jun 2023 14:26:58 +0200 Alain Mazy merge pg-transactions
Wed, 05 Apr 2023 11:17:20 +0200 Sebastien Jodogne upgrade to year 2023
Wed, 22 Feb 2023 16:52:04 +0100 Alain Mazy PG: test feature: configurable transaction isolation level pg-transactions
Mon, 21 Feb 2022 09:32:46 +0100 Sebastien Jodogne copyright upgraded to 2022
Wed, 14 Apr 2021 13:33:48 +0200 Sebastien Jodogne cppcheck
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
Wed, 01 Jul 2020 08:54:32 +0200 Sebastien Jodogne sync
Mon, 03 Feb 2020 22:29:51 +0100 Alain Mazy Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Fri, 31 Jan 2020 17:24:29 +0100 Sebastien Jodogne upgrade to year 2020
Thu, 10 Jan 2019 12:53:00 +0100 Sebastien Jodogne Fix issue 105 (Unable to connect to PostgreSQL database using SSL) db-changes
Mon, 24 Dec 2018 13:35:26 +0100 Sebastien Jodogne preparing for 2019
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
Wed, 04 Jul 2018 08:16:29 +0200 Sebastien Jodogne initial commit