diff options
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 14 |
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> |