From 984702d0ee9b196dd0a68d4202a42f0bb14562dd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 14 Sep 2024 09:27:21 -0400 Subject: [PATCH] doc PG 17 relnotes: move EXPLAIN items to their own section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Álvaro Herrera Discussion: https://postgr.es/m/202409111750.xtcbl7ppdoyn@alvherre.pgsql Backpatch-through: 17 only --- doc/src/sgml/release-17.sgml | 151 +++++++++++++++++++---------------- 1 file changed, 80 insertions(+), 71 deletions(-) diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 6d4ffa8ea1e..1c53c9530fc 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1557,77 +1557,6 @@ Author: Andrew Dunstan - - - - - Allow EXPLAIN - to report optimizer memory usage (Ashutosh Bapat) - § - - - - The option is called MEMORY. - - - - - - - - Add EXPLAIN option SERIALIZE - to report the cost of converting data for network transmission - (Stepan Rutz, Matthias van de Meent) - § - - - - - - - - Add local I/O block read/write timing statistics to - EXPLAIN's BUFFERS output - (Nazir Bilal Yavuz) - § - - - - - - - - Improve EXPLAIN's display of SubPlan nodes and - output parameters (Tom Lane, Dean Rasheed) - § - - - - - - - - Add JIT deform_counter - details to EXPLAIN (Dmitry Dolgov) - § - - - + + + + Allow EXPLAIN to report + optimizer memory usage (Ashutosh Bapat) § + + + + The option is called MEMORY. + + + + + + + + Add EXPLAIN option SERIALIZE + to report the cost of converting data for network transmission + (Stepan Rutz, Matthias van de Meent) + § + + + + + + + + Add local I/O block read/write timing statistics to + EXPLAIN's BUFFERS output + (Nazir Bilal Yavuz) + § + + + + + + + + Improve EXPLAIN's display of SubPlan nodes and + output parameters (Tom Lane, Dean Rasheed) + § + + + + + + + + Add JIT deform_counter + details to EXPLAIN (Dmitry Dolgov) + § + + + + + + +