From cf847d6340a6620251315fccae3bd87d2116d308 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 May 2025 11:59:56 -0400 Subject: [PATCH] doc PG 18 relnotes: split partition optimizer item into two Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvohfoJ0D9eiUuVyHU_kq2Y7A_jAjWVsUt0Fm7Gw1Q=1cQ@mail.gmail.com --- doc/src/sgml/release-18.sgml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 6054df4f818..86c4a231684 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -372,6 +372,21 @@ Improve the performance of hash joins (David Rowley) + + + + +Allow partitions to be pruned more efficienty (Ashutosh Bapat, Yuya Watari, David Rowley) +§ +§ + + + + -Allow partitions to be pruned earlier, quicker, and skipped in more places (Amit Langote, Ashutosh Bapat, Yuya Watari, David Rowley) +Avoid the locking of pruned partitions during planning (Amit Langote) § § § § -§ -§