Skip to content

Instantly share code, notes, and snippets.

@joelonsql
Last active March 13, 2026 05:39
Show Gist options
  • Select an option

  • Save joelonsql/e5aa27f8cc9bd22b8999b7de8aee9d47 to your computer and use it in GitHub Desktop.

Select an option

Save joelonsql/e5aa27f8cc9bd22b8999b7de8aee9d47 to your computer and use it in GitHub Desktop.
1000+ PostgreSQL EXTENSIONs

🗺🐘 1000+ PostgreSQL EXTENSIONs

This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.

⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.

If some repo is missing, please write a comment with the url.

Access Methods

  • https://github.com/CrystallineCore/Biscuit ⭐️⭐️

    Biscuit is a specialized PostgreSQL index access method (IAM) designed for blazing-fast pattern matching on LIKE queries, with native support for multi-column searches. It eliminates the recheck overhead of trigram indexes while delivering significant performance improvements on wildcard-heavy queries.

  • https://github.com/orioledb/orioledb ⭐️⭐️⭐️

    OrioleDB – building a modern cloud-native storage engine

  • https://github.com/postgrespro/rum ⭐️⭐️

    RUM access method - inverted index with additional information in posting lists

Data Types

Aggregate Functions

Full-Text Search & Linguistics

Dictionaries

Search & AI/ML

Analytics & Columnar Storage

Query Optimization & Planning

Monitoring & Observability

Auditing, Security & Encryption

Distributed Systems & Replication

Backup, Recovery & WAL

Foreign Data Wrappers

External Integrations & Messaging

Procedural Languages

Spatial and Geographic Objects

Uncategorized

@davesharpe13
Copy link

davesharpe13 commented Jan 15, 2026

Hi Joel, this extension adds direct comparisons from numerical (float4, float8, numeric) to integral (int2, int4, int8) types, for better plans and (mathematically) "correct" results: pg_num2int_direct_comp.

@AyoubKaz07
Copy link

Hello Joel, this is one to add too, some hackers might use it if useful. pg_microbench

@joelonsql
Copy link
Author

We have 30+ plus extensions here https://github.com/omnigres/omnigres

(https://docs.omnigres.org/)

@yrashk: I added an entry for omnigres as a collection of extensions

@joelonsql
Copy link
Author

Hello Joel, this is one to add too, some hackers might use it if useful. pg_microbench

Thanks @AyoubKaz07, added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment