comparison PostgreSQL/NEWS @ 539:12f1c5265081 find-refactoring

integration mainline->find-refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Sep 2024 12:44:10 +0200
parents 03a4a1bc852a fa6d3c5ada3d
children f18e46d7dbf8
comparison
equal deleted inserted replaced
537:a8bf2d6e86ef 539:12f1c5265081
13 - InsertOrUpdateMetadata 13 - InsertOrUpdateMetadata
14 - ExecuteSetResourcesContentTags 14 - ExecuteSetResourcesContentTags
15 - merged BEGIN and SET TRANSACTION statements 15 - merged BEGIN and SET TRANSACTION statements
16 - reduced the number of round-trips between Orthanc and the PostgreSQL server: 16 - reduced the number of round-trips between Orthanc and the PostgreSQL server:
17 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9 17 - e.g: when receiving an instance in an existing series, reduced the number of SQL queries from 13 to 9
18 * Fixed a memory leak when executing non cached SQL statements (rarely used)
18 19
19 20
20 Release 6.2 (2024-03-25) 21 Release 6.2 (2024-03-25)
21 ======================== 22 ========================
22 23