Changeset: ecd6963c1e63 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ecd6963c1e63 Modified Files: ChangeLog-Archive MonetDB.spec debian/changelog Branch: Dec2025 Log Message:
minor correction to the changelog of the new memory allocator diffs (66 lines): diff --git a/ChangeLog-Archive b/ChangeLog-Archive --- a/ChangeLog-Archive +++ b/ChangeLog-Archive @@ -3,13 +3,11 @@ * Tue Dec 16 2025 svetlin <[email protected]> - 11.55.1-20251209 - Extended MonetDB’s memory allocator framework from the SQL layer to all - layers of the database server. The new memory allocator replaces all - malloc() and free() function calls in the MonetDB (server) code base. - The main features of the allocator framework include i) efficient - processing of large numbers of memory allocation calls, and ii) efficient - management of memory to avoid fragmentation. This update also enables - fine-grained configuration and monitoring of memory usage per thread, - per query, per client, etc. + layers of the database server. The main features of the allocator framework + include i) efficient processing of large numbers of memory allocation calls, + and ii) efficient management of memory to avoid fragmentation. This update + also enables fine-grained configuration and monitoring of memory usage per + thread, query, etc. * Tue Sep 16 2025 Sjoerd Mullender <[email protected]> - 11.55.1-20251209 - This server is no longer compatible with the MonetDB Stethoscope. diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -1064,13 +1064,11 @@ rm "${RPM_BUILD_ROOT}"%{_unitdir}/monetd * Tue Dec 16 2025 svetlin <[email protected]> - 11.55.1-20251209 - Extended MonetDB’s memory allocator framework from the SQL layer to all - layers of the database server. The new memory allocator replaces all - malloc() and free() function calls in the MonetDB (server) code base. - The main features of the allocator framework include i) efficient - processing of large numbers of memory allocation calls, and ii) efficient - management of memory to avoid fragmentation. This update also enables - fine-grained configuration and monitoring of memory usage per thread, - per query, per client, etc. + layers of the database server. The main features of the allocator framework + include i) efficient processing of large numbers of memory allocation calls, + and ii) efficient management of memory to avoid fragmentation. This update + also enables fine-grained configuration and monitoring of memory usage per + thread, query, etc. * Tue Dec 09 2025 Sjoerd Mullender <[email protected]> - 11.55.1-20251209 - Rebuilt. diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -7,13 +7,11 @@ monetdb (11.55.1) unstable; urgency=low -- Lucas Pereira <[email protected]> Tue, 16 Dec 2025 17:00:00 +0100 * Extended MonetDB’s memory allocator framework from the SQL layer to all - layers of the database server. The new memory allocator replaces all - malloc() and free() function calls in the MonetDB (server) code base. - The main features of the allocator framework include i) efficient - processing of large numbers of memory allocation calls, and ii) efficient - management of memory to avoid fragmentation. This update also enables - fine-grained configuration and monitoring of memory usage per thread, - per query, per client, etc. + layers of the database server. The main features of the allocator + framework include i) efficient processing of large numbers of memory + allocation calls, and ii) efficient management of memory to avoid + fragmentation. This update also enables fine-grained configuration and + monitoring of memory usage per thread, query, etc. -- svetlin <[email protected]> Tue, 16 Dec 2025 17:00:00 +0100 _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
