[med-svn] [Git][med-team/gnumed-server][upstream] New upstream version 22.26
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Nov 28 08:41:25 GMT 2023
Andreas Tille pushed to branch upstream at Debian Med / gnumed-server
Commits:
76e97c8b by Andreas Tille at 2023-11-28T08:44:02+01:00
New upstream version 22.26
- - - - -
4 changed files:
- server/doc/schema/gnumed-entire_schema-no_audit.dot
- server/doc/schema/gnumed-entire_schema.html
- server/sql/v21-v22/fixups/v22-release_notes-fixup.sql
- server/sql/v21-v22/superuser/v22-gm-load_auto_explain.sql
Changes:
=====================================
server/doc/schema/gnumed-entire_schema-no_audit.dot
=====================================
The diff for this file was not included because it is too large.
=====================================
server/doc/schema/gnumed-entire_schema.html
=====================================
The diff for this file was not included because it is too large.
=====================================
server/sql/v21-v22/fixups/v22-release_notes-fixup.sql
=====================================
@@ -17,30 +17,17 @@ INSERT INTO dem.message_inbox (
) VALUES (
(select pk from dem.staff where db_user = 'any-doc'),
(select pk_type from dem.v_inbox_item_type where type = 'memo' and category = 'administrative'),
- 'Release Notes for GNUmed 1.8.15 (database v22.25)',
- 'GNUmed 1.8.15 Release Notes:
+ 'Release Notes for GNUmed 1.8.16 (database v22.26)',
+ 'GNUmed 1.8.16 Release Notes:
- 1.8.15
+ 1.8.16
-IMPROVED: person search: query speed
+FIX: SQL plugin: exception on faulty query
+FIX: meds plugin: grid selection constant names
+FIX: gtk: do not abort on sizer flags inconsistencies in production code
- 1.8.14
-
-FIX: plugins: exception on raising configured but unloaded plugin
-
-IMPROVED: SOAP: on patient change ask if unsaved SOAP [thanks Marc]
-IMPROVED: DB: setup connections for auto_explain in --debug mode
-
- 22.25
-
-IMPROVED: identity/names: indices
-
- 22.24
-
-IMPROVED: blobs: indices [thanks Marc]
-
-FIX: waiting list: failure in function moving entries
+IMPROVED: plugin PACS: layout
');
-- --------------------------------------------------------------
-select gm.log_script_insertion('v22-release_notes-fixup.sql', '22.25 at 1.8.15');
+select gm.log_script_insertion('v22-release_notes-fixup.sql', '22.26 at 1.8.16');
=====================================
server/sql/v21-v22/superuser/v22-gm-load_auto_explain.sql
=====================================
@@ -19,21 +19,22 @@ create or replace function gm.load_auto_explain(IN _min_duration integer)
security definer
as '
BEGIN
- IF _min_duration < 2000 THEN
- _min_duration := 2000;
+ IF _min_duration < 1500 THEN
+ _min_duration := 1500;
END IF;
LOAD ''auto_explain'';
PERFORM set_config(''auto_explain.log_min_duration''::TEXT, _min_duration::TEXT, false);
PERFORM set_config(''auto_explain.log_analyze''::TEXT, ''ON''::TEXT, false);
PERFORM set_config(''auto_explain.log_verbose''::TEXT, ''ON''::TEXT, false);
PERFORM set_config(''auto_explain.log_timing''::TEXT, ''ON''::TEXT, false);
+ PERFORM set_config(''auto_explain.log_nested_statements''::TEXT, ''ON''::TEXT, false);
RETURN TRUE;
END;';
COMMENT ON FUNCTION gm.load_auto_explain(IN _min_duration integer) IS
'Load and configure auto_explain.
.
-Integer argument = auto_explain.log_min_duration in milliseconds with a lower bound of 2000.';
+Integer argument = auto_explain.log_min_duration in milliseconds with a lower bound of 1500.';
-- --------------------------------------------------------------
-select gm.log_script_insertion('v22-gm-load_auto_explain.sql', '22.25');
+select gm.log_script_insertion('v22-gm-load_auto_explain.sql', '22.26');
View it on GitLab: https://salsa.debian.org/med-team/gnumed-server/-/commit/76e97c8b1d859bcdb4b433fc482d4c5b73c120d1
--
View it on GitLab: https://salsa.debian.org/med-team/gnumed-server/-/commit/76e97c8b1d859bcdb4b433fc482d4c5b73c120d1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231128/b866eeda/attachment-0001.htm>
More information about the debian-med-commit
mailing list