Re: List of all* PostgreSQL EXTENSIONs in the world - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: List of all* PostgreSQL EXTENSIONs in the world
Date
Msg-id 81abf85a-fcba-d957-16ee-eca4b83d5664@dunslane.net
Whole thread Raw
In response to Re: List of all* PostgreSQL EXTENSIONs in the world  ("Joel Jacobson" <joel@compiler.org>)
Responses Re: List of all* PostgreSQL EXTENSIONs in the world  ("Joel Jacobson" <joel@compiler.org>)
List pgsql-hackers
On 2/23/22 03:52, Joel Jacobson wrote:
>
>> (e.g. I see three
>> instances of
>> blackhole_fdw listed, but not the original repo, which is not even on
>> GitHub) etc..
> Thanks, I've fixed blackhole_fdw manually:
>
> - https://bitbucket.org/adunstan/blackhole_fdw
>     - https://github.com/chenquanzhao/blackhole_fdw
>


Yeah, I have several others on bitbucket that might be of interest (in
varying states of doneness):


A thin layer over the Redis API:

https://bitbucket.org/adunstan/redis_wrapper


Generate a CSV line from a row:

https://bitbucket.org/adunstan/row_to_csv


Closed forms of discrete builtin ranges:

https://bitbucket.org/adunstan/pg-closed-ranges


FDW to generate random data:

https://bitbucket.org/adunstan/rotfang-fdw


Comparison ops for JSON:

https://bitbucket.org/adunstan/jsoncmp



cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Nitin Jadhav
Date:
Subject: Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs)
Next
From: "Euler Taveira"
Date:
Subject: Re: List of all* PostgreSQL EXTENSIONs in the world