From: Bruce Momjian Date: Thu, 4 Jun 2026 16:26:38 +0000 (-0400) Subject: doc PG 19 relnotes: various fixes reported via email X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7598b5383b16a562bd7e7732eda7d783b34f4615;p=thirdparty%2Fpostgresql.git doc PG 19 relnotes: various fixes reported via email --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index cebae4b6d1b..9275cfa1b10 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7781,7 +7781,7 @@ local0.* /var/log/postgresql - + debug_print_raw_parse (boolean) debug_print_raw_parse configuration parameter diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 7fdce6e46a5..0dd2ee580c9 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -144,7 +144,7 @@ Change the default index opclasses for -The inet/cidr opclasses are broken because they can exclude rows that should be returned. pg_upgrade will fail to upgrade if inet/cidr indexes exist in the old +The inet/cidr opclasses are broken because they can exclude rows that should be returned. pg_upgrade will fail to upgrade if inet/cidr indexes exist in the old server. @@ -244,7 +244,7 @@ Change JIT to be disabled by defau -Previously JIT was enabled by default, and activated based on optimizer costs, but this costing has been determined to be unreliable. This this change requires sites that are doing many +Previously JIT was enabled by default, and activated based on optimizer costs, but this costing has been determined to be unreliable. This change requires sites that are doing many large analytical queries to manually enable JIT. @@ -422,7 +422,7 @@ Author: Richard Guo -Convert IS [NOT] DISTINCT FROM NULL to IS [NOT] NULL during constant folding (Richard Guo) +Convert IS [NOT] DISTINCT FROM NULL to IS [NOT] NULL during constant folding (Richard Guo) § @@ -438,7 +438,7 @@ Author: Richard Guo -Simplify IS [NOT] DISTINCT FROM to equality/inequality operators when inputs are proven non-nullable (Richard Guo) +Simplify IS [NOT] DISTINCT FROM to equality/inequality operators when inputs are proven non-nullable (Richard Guo) § @@ -517,7 +517,7 @@ Author: Dean Rasheed -Allow extended statistics on virtual generated columns (Yugo Nagata) +Allow extended statistics on virtual generated columns (Yugo Nagata) § @@ -1119,7 +1119,7 @@ Author: Tatsuo Ishii -Add server variable debug_print_parse to log raw parse trees (Chao Li) +Add server variable debug_print_raw_parse to log raw parse trees (Chao Li) § @@ -1271,7 +1271,7 @@ Author: Daniel Gustafsson -Add server-side report for SNI (Server Name Indication) (Daniel Gustafsson, Jacob Champion) +Add server-side support for SNI (Server Name Indication) (Daniel Gustafsson, Jacob Champion) § @@ -1857,7 +1857,7 @@ Author: Tom Lane -Allow CREATE SCHEMA to create more types of non-schema objects (Kirill Reshke, Jian He, Tom Lane) +Allow CREATE SCHEMA to create more types of objects in newly-created schemas (Kirill Reshke, Jian He, Tom Lane) §