From: David Rowley Date: Mon, 26 Sep 2022 21:57:07 +0000 (+1300) Subject: Doc: last minute adjustment to the release notes X-Git-Tag: REL_15_RC2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb76510a07f3705a28d93e065ebe4261d6ddf54d;p=thirdparty%2Fpostgresql.git Doc: last minute adjustment to the release notes The change made in 9d9c02ccd also affects the dense_rank() function. Mention this in the release notes. Author: Jonathan S. Katz Discussion: https://postgr.es/m/5c6d3f50-e9b5-f62d-d58a-7b22eb91d8b8@postgresql.org --- diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index cf312d3f545..9b752e26f24 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -1137,7 +1137,8 @@ Author: David Rowley Improve the performance of window functions that use row_number(), - rank(), and count() + rank(), dense_rank() and + count() (David Rowley)