From: Bruce Momjian Date: Wed, 15 Apr 2026 20:52:17 +0000 (-0400) Subject: doc PG 19 relnotes: add free space map all-visible item X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be324941262b06f4275ac19768b1a8a024960687;p=thirdparty%2Fpostgresql.git doc PG 19 relnotes: add free space map all-visible item Reported-by: Melanie Plageman Discussion: https://postgr.es/m/CAAKRu_bzN6ioG+h7agjCF847whVpS2WEiJB3UXAtkJ3WVXOZwA@mail.gmail.com --- diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 2137621f6a6..6e038851a67 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -596,6 +596,22 @@ New server variables are io_min_workers, io_max_workers, io_worker_idle_timeout, + + + + +Allow query table scans to mark pages as all-visible in the free space map (Melanie Plageman) +§ + + + +Previously only VACUUM and COPY FREEZE could this. + + +