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 e43a4810-b93b-4b1b-88c0-45231456c60e@aklaver.com
Whole thread Raw
In response to Re: Aggregate versions of hashing functions (md5, sha1, etc...)  (Florents Tselai <florents.tselai@gmail.com>)
List pgsql-general
On 7/11/25 09:03, Florents Tselai wrote:

> 
> That's an ideal use case for an extension indeed .
> 
> @Dominique I'd suggest searching for these function on GitHub, just in 
> case there are already implementations out there.
> I've seen a lot of weird aggregates out there for niche cases.
> 
> If not, it might be an interesting weekend project for me to explore.

The SQLite extension that incorporates these functions is here:

https://sqlite.org/src/file?name=ext/misc/shathree.c&ci=tip


-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Florents Tselai
Date:
Subject: Re: Aggregate versions of hashing functions (md5, sha1, etc...)
Next
From: Dominique Devienne
Date:
Subject: Re: Aggregate versions of hashing functions (md5, sha1, etc...)