summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-06-11 11:13:49 -0400
committerBruce Momjian <bruce@momjian.us>2015-06-11 11:13:49 -0400
commit7b7be78a12ea98c7cb9653d78c156a83d322df6e (patch)
tree7b031253db76e440c87f968febf97719b284c250 /doc/src
parentbab74070b325704f7b7a86c4bd72f9a6b3318ed7 (diff)
release notes: move pg_buffercache item to the right section
Report by Amit Langote
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.5.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
index d4817acdee7..16e545d43a9 100644
--- a/doc/src/sgml/release-9.5.sgml
+++ b/doc/src/sgml/release-9.5.sgml
@@ -1860,6 +1860,13 @@
<listitem>
<para>
+ Add information about buffer pins to <application>pg_buffercache</>
+ display (Andres Freund)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Allow <application>pgstattuple</> to report approximate answers
with less overhead using <function>pgstattuple_approx()</>
(Abhijit Menon-Sen)
@@ -1916,13 +1923,6 @@
<listitem>
<para>
- Add information about buffer pins to <application>pg_buffercache</>
- display (Andres Freund)
- </para>
- </listitem>
-
- <listitem>
- <para>
Allow <application>pgbench</>'s <command>\set</> command to handle
multi-operator expressions (Robert Haas, Fabien Coelho)
</para>