Re: Aggregate versions of hashing functions (md5, sha1, etc...) - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Aggregate versions of hashing functions (md5, sha1, etc...)
Date
Msg-id f5a5bef6-56ca-49cb-b30c-a517ece77255@aklaver.com
Whole thread Raw
In response to Re: Aggregate versions of hashing functions (md5, sha1, etc...)  (Dominique Devienne <ddevienne@gmail.com>)
Responses Re: Aggregate versions of hashing functions (md5, sha1, etc...)
List pgsql-general
On 7/11/25 01:49, Dominique Devienne wrote:
> On Thu, Jul 10, 2025 at 6:25 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
>> On 7/10/25 04:48, Dominique Devienne wrote:
>>> Seems so logical to me, that these hashing functions were available
>>> are aggregates, I can't be the first one to think of that, can it?
>>
>> I've been on this list since late 2002 and I don't recall this ever
>> being brought up. Now it is entirely possible that age has dimmed my
>> recall abilities:) Though a quick search seems to confirm my memory.
> 
> Hi. Given that [SQLite's SHA3 hasher][1] has it (OK, for [8 months only][2]),
> it's hardly an original idea. And when considering that `sha3_query`
> (and `sha1_query` before it) have been there for years, and provide
> equivalent functionality, again, this is not novel by any stretch of
> the imagination.

Even if there was interest in writing the code, given that Postgres 18 
is in Beta I don't see this happening for it's release. That means the 
earliest it would arrive would be Fall of 2026. The alternative would be 
to do like Sqlite and create an extension that incorporates the code.

> 
> So again, I've really surprised this hasn't come up before. --DD

No one else had the need?

Or they came up with workarounds.

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Question Regarding COPY Command Handling of Line Breaks in PostgreSQL
Next
From: Florents Tselai
Date:
Subject: Re: Aggregate versions of hashing functions (md5, sha1, etc...)