From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Fwd: 9.5 release notes |
Date: | 2015-08-07 02:32:49 |
Message-ID: | 20150807023249.GW13687@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Aug 6, 2015 at 11:19:46AM -0700, Jeff Janes wrote:
> On Wed, Jun 10, 2015 at 9:15 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> I have committed the first draft of the 9.5 release notes. You can view
> the output here:
>
> http://momjian.us/pgsql_docs/release-9-5.html
>
> and it will eventually appear here:
>
> http://www.postgresql.org/docs/devel/static/release.html
>
> I am ready to make suggested adjustments, though I am traveling for
> conferences for the next ten days so there might a delay in my replies.
>
>
>
> "Improve the speed of sorting character and numeric fields"
>
> Here, does "numeric" refer specifically to the type "numeric", or to all fields
> which are numeric in nature?
>
> If the former (which I think it is, as other numeric types are pass-by-value to
> start with), it should probably get some sgml markup.
You are right, is only NUMERIC. It was this commit:
commit abd94bcac4582903765be7be959d1dbc121df0d0
Author: Robert Haas <rhaas(at)postgresql(dot)org>
Date: Thu Apr 2 14:02:55 2015 -0400
Use abbreviated keys for faster sorting of numeric datums.
Andrew Gierth, reviewed by Peter Geoghegan, with further tweaks by me.
I changed it to <type>NUMERIC</>.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-08-07 02:35:50 | Re: 9.5 release notes |
Previous Message | Bruce Momjian | 2015-08-07 02:25:31 | Re: 9.5 release notes |