Changeset: e9d4a85dc3d3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e9d4a85dc3d3 Modified Files: sql/ChangeLog.Mar2025 Branch: Mar2025 Log Message:
add missing changelog message for grouped topn diffs (15 lines): diff --git a/sql/ChangeLog.Mar2025 b/sql/ChangeLog.Mar2025 --- a/sql/ChangeLog.Mar2025 +++ b/sql/ChangeLog.Mar2025 @@ -1,6 +1,11 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Tue Mar 11 2025 Niels Nes <[email protected]> +- ranking window functions are now optimized into topn's + For the grouped case we added the missing grouped/heap based topn + implementation. + * Wed Mar 5 2025 Martin van Dinther <[email protected]> - Added support for reading external data in a generic way via table returning function: proto_loader(string uri). The uri string value _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
