From: Bruce Momjian Date: Thu, 14 May 2026 20:37:28 +0000 (-0400) Subject: doc PG 19 relnotes: update to current X-Git-Tag: REL_19_BETA1~94 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6b48f5d1a74168c78badfb2e59ef788bb8eb396e;p=thirdparty%2Fpostgresql.git doc PG 19 relnotes: update to current --- diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index ff66009e046..b27f01db2e9 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-04-13 + 2026-??-??, AS OF 2026-05-14 @@ -184,6 +184,21 @@ The values of such columns were not well-defined. + + + + +Change a json_array() call which returns no rows to return an empty JSON array (Richard Guo) + + + +This previously returned NULL. + + +