Changeset: 78eb68129c79 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/78eb68129c79 Modified Files: monetdb5/ChangeLog.Jun2023 sql/ChangeLog.Jun2023 Branch: Jun2023 Log Message:
Add information on removed DEBUG statement and MAL debugger. Extended text. diffs (51 lines): diff --git a/monetdb5/ChangeLog.Jun2023 b/monetdb5/ChangeLog.Jun2023 --- a/monetdb5/ChangeLog.Jun2023 +++ b/monetdb5/ChangeLog.Jun2023 @@ -1,3 +1,6 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Wed Mar 1 2023 Niels Nes <ni...@monetdbsolutions.com> +- The MAL debugger code has been removed. + diff --git a/sql/ChangeLog.Jun2023 b/sql/ChangeLog.Jun2023 --- a/sql/ChangeLog.Jun2023 +++ b/sql/ChangeLog.Jun2023 @@ -9,16 +9,19 @@ - Queries stopped with the stop procedure are now marked as 'aborted' 'finished'. +* Wed Mar 1 2023 Niels Nes <ni...@monetdbsolutions.com> +- The DEBUG statement has been removed. + * Wed Feb 15 2023 Lucas Pereira <lucas.pere...@monetdbsolutions.com> - SQL function sys.queue() overloaded with sys.queue(username string), SYSADMIN only, allowing to filter the global queue by username or - use 'ALL' to retrive the global queue. Calling the function without - arguments returns the current user queue. + use 'ALL' to retrieve the global queue. Calling the function without + arguments returns the queue for the current user. - SQL procedures sys.pause(tag bigint), sys.resume(tag bigint), sys.stop(tag bigint) overloaded with sys.pause(tag bigint, username string), sys.resume(tag bigint, username string) and sys.stop(tag bigint, username string), SYSADMIN only, allowing to pause, resume and stop query - executions by TAG,USERNAME. The call without arguments is a public + executions by TAG, USERNAME. The call without arguments is a public procedure giving access to users to pause, resume and stop their own query executions. @@ -45,10 +48,10 @@ - When loading data using COPY BINARY INTO, string used to have their line endings converted from CR LF to LF. Do not do this, it is the responsibility of the client. -- Implement dumping binary data using COPY SELECT ... INTO BINARY <file>. +- Implemented dumping binary data using COPY SELECT ... INTO BINARY <file(s)>. * Thu Aug 25 2022 Sjoerd Mullender <sjo...@acm.org> -- Removed code for Workload Capture and Replace. The code was - experimental, and it didn't work out. A different approach will - be taken. +- Removed code for Workload Capture and Replace, including system schemas + "wlc" and "wlr" and the objects in those schemas. The code was + experimental, and it didn't work out. A different approach will be taken. _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org