On Tue, 2025-05-27 at 18:01 +0500, Zaid Shabbir wrote:
> I’m looking for a complete list of PostgreSQL 17 extensions — both open-source
> and proprietary. I found a link, but it doesn’t seem to include all available extensions.
>
> Is there an official or community-maintained source where I can find a comprehensive
> list of supported extensions?
There is no "supported". Each extension has to support itself.
An exception are the "contrib" extensions shipped with PostgreSQL:
they are supported by the PGDG.
There is also no complete list of extensions that I am aware of.
In addition to the link you mention, you can search Github and
pgxn.org; that should cover a lot of them.
Yours,
Laurenz Albe