Re: tuple radix sort

zengman <zengman@halodbtech.com>

From: zengman <zengman@halodbtech.com>
To: John Naylor <johncnaylorls@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-21T08:12:42Z
Lists: pgsql-hackers
Hi,

I wanted to point out a small detail: the line `extern PGDLLIMPORT bool wip_radix_sort;`
 in v6-0001 appears to not have been fully cleaned up — I suspect it might have been overlooked.

--
Regards,
Man Zeng

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Cosmetic fixes for radix sort

  2. Skip common prefixes during radix sort

  3. Perform radix sort on SortTuples with pass-by-value Datums

  4. Grab the low-hanging fruit from forcing sizeof(Datum) to 8.

  5. Add missing Datum conversions