Re: List of all* PostgreSQL EXTENSIONs in the world

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Joel Jacobson <joel(at)compiler(dot)org>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: List of all* PostgreSQL EXTENSIONs in the world
Date: 2022-02-23 14:23:36
Message-ID: 81abf85a-fcba-d957-16ee-eca4b83d5664@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2022-02-23 14:33:31 Re: List of all* PostgreSQL EXTENSIONs in the world
Previous Message Nitin Jadhav 2022-02-23 14:23:28 Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs)