@@ -362,20 +362,6 @@ Branch: REL9_5_STABLE [59ed45e27] 2020-11-24 21:36:09 +0000
362362
363363 <listitem>
364364<!--
365- Author: Thomas Munro <tmunro@postgresql.org>
366- Branch: master Release: REL_13_BR [d061ea21f] 2020-01-31 17:29:38 +1300
367- Branch: REL_12_STABLE [2ded1f1fb] 2020-11-20 10:51:30 +1300
368- Branch: REL_11_STABLE [0455f78dd] 2020-11-20 10:52:38 +1300
369- Branch: REL_10_STABLE [f5332503e] 2020-11-20 10:53:08 +1300
370- -->
371- <para>
372- Adjust settings to make it more difficult to run out of DSM slots
373- during heavy usage of parallel queries (Thomas Munro)
374- </para>
375- </listitem>
376-
377- <listitem>
378- <!--
379365Author: Fujii Masao <fujii@postgresql.org>
380366Branch: master [2ad78a87f] 2021-01-15 12:44:17 +0900
381367Branch: REL_13_STABLE [60369db86] 2021-01-15 12:45:25 +0900
@@ -540,6 +526,23 @@ Branch: REL_10_STABLE [c22539756] 2021-01-15 23:34:02 +0100
540526
541527 <listitem>
542528<!--
529+ Author: Tom Lane <tgl@sss.pgh.pa.us>
530+ Branch: master [dd705a039] 2021-02-06 15:17:01 -0500
531+ Branch: REL_13_STABLE [4353bc878] 2021-02-06 15:17:01 -0500
532+ Branch: REL_12_STABLE [f73321957] 2021-02-06 15:17:01 -0500
533+ Branch: REL_11_STABLE [580069037] 2021-02-06 15:17:02 -0500
534+ Branch: REL_10_STABLE [ad85e5efa] 2021-02-06 15:17:02 -0500
535+ Branch: REL9_6_STABLE [7736ab05f] 2021-02-06 15:17:02 -0500
536+ Branch: REL9_5_STABLE [5ad03374b] 2021-02-06 15:17:02 -0500
537+ -->
538+ <para>
539+ Disallow converting an inheritance child table to a view
540+ (Tom Lane)
541+ </para>
542+ </listitem>
543+
544+ <listitem>
545+ <!--
543546Author: Thomas Munro <tmunro@postgresql.org>
544547Branch: master [9f35f9437] 2020-12-01 13:21:03 +1300
545548Branch: REL_13_STABLE [fd3a75d82] 2020-12-01 13:22:01 +1300
@@ -649,7 +652,7 @@ Branch: REL9_6_STABLE [8a4069766] 2020-11-28 14:03:40 -0500
649652Branch: REL9_5_STABLE [60d6c7143] 2020-11-28 14:03:40 -0500
650653-->
651654 <para>
652- Fix recently-introduced race conditions
655+ Fix recently-introduced race condition
653656 in <command>LISTEN</command>/<command>NOTIFY</command> queue
654657 handling (Tom Lane)
655658 </para>
@@ -658,15 +661,6 @@ Branch: REL9_5_STABLE [60d6c7143] 2020-11-28 14:03:40 -0500
658661 A newly-listening backend could attempt to read SLRU pages that
659662 were in process of being truncated, possibly causing an error.
660663 </para>
661-
662- <para>
663- In release branches before 13, the queue tail pointer could become
664- set to a value that's not equal to the queue position of any
665- backend, resulting in effective disabling of the queue truncation
666- logic. Continued use of <command>NOTIFY</command> then led to
667- queue-fill warnings, and eventually to inability to send any more
668- notifies until the server is restarted.
669- </para>
670664 </listitem>
671665
672666 <listitem>
0 commit comments