Re: B-Tree support function number 3 (strxfrm() optimization)

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: Noah Misch <noah(at)leadboat(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Marti Raudsepp <marti(at)juffo(dot)org>, Stephen Frost <sfrost(at)snowman(dot)net>, Greg Stark <stark(at)mit(dot)edu>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thom Brown <thom(at)linux(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: B-Tree support function number 3 (strxfrm() optimization)
Date: 2014-08-02 22:58:14
Message-ID: CAM3SWZQ_a2mJRB0LjPNfGqkF_Yz+8-CgSkZeohnqGCKYSjAk7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 2, 2014 at 2:45 AM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> I'll post something over the weekend.

Attached is a cumulative pair of patches generated using
git-format-patch. I refer anyone who wants to know how the two parts
fit together to the commit messages of each patch. In passing, I have
added a reference to the MIT License as outlined by Noah.

--
Peter Geoghegan

Attachment Content-Type Size
0002-Abbreviated-sortsupport-keys.patch text/x-patch 53.3 KB
0001-sortsupport-for-text.patch text/x-patch 15.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2014-08-03 05:48:57 Re: a fast bloat measurement tool (was Re: Measuring relation free space)
Previous Message Jeff Davis 2014-08-02 20:40:53 9.5: Better memory accounting, towards memory-bounded HashAgg