mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
9.3 release note fixes
Move commit_delay, fix Zoltan's name, and adjust range type histogram text.
This commit is contained in:
parent
864ec2f0cd
commit
ac96e6a8c2
@ -134,8 +134,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Collect and use histograms of lower and upper bounds for range types
|
Collect and use histograms for range types (Alexander Korotkov)
|
||||||
(Alexander Korotkov)
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -174,6 +173,18 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Improve grouping of sessions waiting for commit_delay (Peter
|
||||||
|
Geoghegan)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This improves the usefulness and behavior of commit_delay.
|
||||||
|
BACKWARD COMPATIBILITY
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Use a binary heap for Merge-Append operations (Abhijit Menon-Sen)
|
Use a binary heap for Merge-Append operations (Abhijit Menon-Sen)
|
||||||
@ -367,7 +378,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add configuration variable lock_timeout to limit lock wait duration
|
Add configuration variable lock_timeout to limit lock wait duration
|
||||||
(Zoltán Böszörményi)
|
(Zoltán Böszörményi)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -394,18 +405,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Improve grouping of sessions waiting for commit_delay (Peter
|
|
||||||
Geoghegan)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This improves the usefulness and behavior of commit_delay.
|
|
||||||
BACKWARD COMPATIBILITY
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Require superuser privileges to set commit_delay because it
|
Require superuser privileges to set commit_delay because it
|
||||||
@ -490,7 +489,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Have pg_basebackup --write-recovery-conf output a minimal
|
Have pg_basebackup --write-recovery-conf output a minimal
|
||||||
recovery.conf (Zoltan Boszormenyi, Magnus Hagander)
|
recovery.conf (Zoltán Böszörményi, Magnus Hagander)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -1352,7 +1351,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Create a centralized timeout API (Zoltán Böszörményi)
|
Create a centralized timeout API (Zoltán Böszörményi)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user