From: Bruce Momjian Date: Tue, 16 Jun 2026 17:28:29 +0000 (-0400) Subject: doc PG 19 relnotes: update to current X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e28c0bd13dce71676866b2647bf6bb17f50e82e;p=thirdparty%2Fpostgresql.git doc PG 19 relnotes: update to current Reported-by: Chao Li --- diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 0f8542333c2..285bfa123f6 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -6,7 +6,7 @@ Release date: - 2026-??-??, AS OF 2026-06-05 + 2026-??-??, AS OF 2026-06-16 @@ -737,22 +737,6 @@ Previously most backends were woken by NOTIF - - - - -Allow the addition of columns based on domains containing constraints to usually avoid a table rewrite (Jian He) -§ - - - -Previously this always required a table rewrite. - - -