diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 4cf1fc44e7e..6dcbebfa5db 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -49,7 +49,6 @@ - + + + +Simplify IS [NOT] TRUE/FALSE/UNKNOWN to plain boolean expressions when the input is proven non-nullable (Richard Guo) +§ + + + + + + + +Simplify COALESCE and ROW(...) IS [NOT] NULL to avoid evaluating unnecessary arguments (Richard Guo) +§ +§ + + + + + + + +Simplify IS [NOT] DISTINCT FROM to equality/inequality operators when inputs are proven non-nullable (Richard Guo) +§ + + + - - - -Allow IS [NOT] TRUE/FALSE/UNKNOWN to be evaluated earlier for proven non-null arguments (Richard Guo) -§ - - - - - - - -Simplify COALESCE and ROW(...) IS [NOT] NULL to avoid evaluating unnecessary arguments (Richard Guo) -§ -§ - - - - - - - -Allow IS DISTINCT FROM to be evaluated earlier for non-constant arguments (Richard Guo) -§ - - -