log Framework/PostgreSQL/PostgreSQLStatement.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
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, 10 Jan 2024 15:25:03 +0100 Alain Mazy now logging DatabaseCannotSerialize as a warning only with the details (Orthanc will log it as an error after all retries) pg-transactions
Thu, 30 Nov 2023 14:47:23 +0100 Alain Mazy new configuration 'EnableVerboseLogs' to log SQL statements being executed pg-transactions
Wed, 05 Apr 2023 11:17:20 +0200 Sebastien Jodogne upgrade to year 2023
Mon, 21 Feb 2022 09:32:46 +0100 Sebastien Jodogne copyright upgraded to 2022
Tue, 13 Apr 2021 18:43:21 +0200 Sebastien Jodogne separating class InputFileValue from FileValue
Thu, 08 Apr 2021 19:09:04 +0200 Sebastien Jodogne refactoring to remove GlobalProperties.cpp
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
Thu, 25 Mar 2021 13:56:26 +0100 Sebastien Jodogne removed useless information about read-only in ITransaction and IPrecompiledStatement
Wed, 06 Jan 2021 17:40:27 +0100 Sebastien Jodogne upgrade to year 2021
Wed, 16 Dec 2020 15:05:19 +0100 Sebastien Jodogne cppcheck
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
Fri, 01 Mar 2019 11:02:31 +0100 Sebastien Jodogne Explicit deallocation of prepared statements
Tue, 22 Jan 2019 16:53:26 +0100 Sebastien Jodogne reverted fix for OS X that breaks other targets
Tue, 22 Jan 2019 15:16:05 +0100 Sebastien Jodogne fix build on OS X
Tue, 22 Jan 2019 13:14:52 +0000 jodogne fix build on Debian Buster
Mon, 24 Dec 2018 13:35:26 +0100 Sebastien Jodogne preparing for 2019
Sun, 28 Oct 2018 12:29:22 +0100 s jodogne fix build with postgresql-11
Wed, 18 Jul 2018 12:27:40 +0200 Sebastien Jodogne Compatibility with MySQL 8.0
Thu, 12 Jul 2018 10:44:17 +0200 Sebastien Jodogne handling of implicit transactions in DatabaseManager
Wed, 04 Jul 2018 08:16:29 +0200 Sebastien Jodogne initial commit