doc PG 19 relnotes: update to current

This commit is contained in:
Bruce Momjian 2026-05-14 16:37:28 -04:00
parent 611756948e
commit 6b48f5d1a7

View file

@ -6,7 +6,7 @@
<formalpara>
<title>Release date:</title>
<para>2026-??-??, AS OF 2026-04-13</para>
<para>2026-??-??, AS OF 2026-05-14</para>
</formalpara>
<sect2 id="release-19-highlights">
@ -184,6 +184,21 @@ The values of such columns were not well-defined.
</para>
</listitem>
<!--
Author: Richard Guo <rguo@postgresql.org>
2026-05-01 [8d829f5a0] Fix JSON_ARRAY(query) empty set handling and view depars
-->
<listitem>
<para>
Change a json_array() call which returns no rows to return an empty JSON array (Richard Guo)
</para>
<para>
This previously returned NULL.
</para>
</listitem>
<!--
Author: Etsuro Fujita <efujita@postgresql.org>
2026-04-05 [de28140de] postgres_fdw: Inherit the local transaction's access/def