Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3122e32

Browse files
committed
docs: update PG 11 release notes based on feedback
1 parent05ca21b commit3122e32

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

‎doc/src/sgml/release-11.sgml

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,20 @@
207207

208208
<listitem>
209209
<!--
210+
2017-09-18 [f8e5f156b] Rearm statement_timeout after each executed query.
211+
212+
-->
213+
214+
<para>
215+
In the <link linkend="protocol-query-concepts">Extended Query
216+
Protocol</link>, have <varname>statement_timeout</varname> apply
217+
to each <literal>Execute</literal> message, not to all commands
218+
before <literal>Sync</literal> (Tatsuo Ishii)
219+
</para>
220+
</listitem>
221+
222+
<listitem>
223+
<!--
210224
2018-03-14 [f66e8bf87] Remove pg_class.relhaspkey
211225
-->
212226

@@ -331,7 +345,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
331345
<para>
332346
Consistently return <literal>NaN</literal> for
333347
<literal>NaN</literal> inputs to <function>power()</function>
334-
on older platforms (Dang Minh Huong)
348+
on older platforms (Tom Lane,Dang Minh Huong)
335349
</para>
336350

337351
</listitem>
@@ -345,7 +359,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN
345359

346360
<para>
347361
Below you will find a detailed account of the changes between
348-
<productname>PostgreSQL</productname>10 and the previous major
362+
<productname>PostgreSQL</productname>11 and the previous major
349363
release.
350364
</para>
351365

@@ -634,6 +648,20 @@ same commits as above
634648

635649
<listitem>
636650
<!--
651+
2017-11-16 [e89a71fb4] Pass InitPlan values to workers via Gather (Merge).
652+
2018-03-29 [3f90ec859] Postpone generate_gather_paths for topmost scan/join rel
653+
2018-03-29 [11cf92f6e] Rewrite the code that applies scan/join targets to paths
654+
-->
655+
656+
<para>
657+
Allow single-evaluation queries, e.g. <literal>FROM</literal>
658+
clause queries, and functions in the target list to be
659+
parallelized (Amit Kapila, Robert Haas)
660+
</para>
661+
</listitem>
662+
663+
<listitem>
664+
<!--
637665
2017-11-15 [e5253fdc4] Add parallel_leader_participation GUC.
638666
-->
639667

@@ -662,6 +690,18 @@ same commits as above
662690

663691
<listitem>
664692
<!--
693+
2017-08-16 [3cda10f41] Use atomic ops to hand out pages to scan in parallel sca
694+
695+
-->
696+
697+
<para>
698+
Improve performance of sequential scans with many parallel workers
699+
(David Rowley)
700+
</para>
701+
</listitem>
702+
703+
<listitem>
704+
<!--
665705
2017-08-29 [bf11e7ee2] Propagate sort instrumentation from workers back to lead
666706
-->
667707

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp