From: Bruce Momjian Date: Fri, 7 Aug 2015 02:33:15 +0000 (-0400) Subject: 9.5 release notes: updates from Andres Freund and Jeff Janes X-Git-Tag: REL9_6_BETA1~1529 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6a8c943ab62317a5fca3b62224582d0d639df6b;p=thirdparty%2Fpostgresql.git 9.5 release notes: updates from Andres Freund and Jeff Janes Report by Andres Freund and Jeff Janes Backpatch through 9.5 --- diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 6aeefd24a7b..0786a203b75 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -231,7 +231,7 @@ --> Add Block Range Indexes (BRIN) - (Álvaro Herrera, Heikki Linnakangas, Emre Hasegeli) + (Álvaro Herrera) @@ -315,8 +315,8 @@ Add GUC and storage parameter to set the maximum size of GIN pending list. 2015-05-13 [78efd5c] Robert..: Extend abbreviated key infrastructure to datum .. --> - Improve the speed of sorting character and numeric fields (Peter - Geoghegan, Andrew Gierth, Robert Haas) + Improve the speed of sorting character and NUMERIC fields + (Peter Geoghegan, Andrew Gierth, Robert Haas) @@ -1656,21 +1656,13 @@ FIXME: Add more specifics? - - Add function pg_get_object_address() - to return OIDs that uniquely identify an object - (Álvaro Herrera) - - - - - Add function pg_get_object_address() + to return OIDs that uniquely + identify an object, and function pg_identify_object_as_address() to return object information based on OIDs (Álvaro Herrera)