Skip to content

Instantly share code, notes, and snippets.

@joelonsql
Last active January 2, 2026 21:04
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.

Uncategorized

Access Methods

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

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

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

    OrioleDB – building a modern cloud-native storage engine

  • 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.

Aggregate Functions

Data Types

Dictionaries

Foreign Data Wrappers

Procedural Languages

Spatial and Geographic Objects

@joelonsql
Copy link
Author

@JSchmidt63
Copy link

is missing: pgMemento

@joelonsql
Copy link
Author

Thanks @JSchmidt63, updated.

@rebasedming
Copy link

rebasedming commented Aug 20, 2024

pg_search (5K+ stars)
CREATE EXTENSION pg_search

@joelonsql
Copy link
Author

Thanks @rebasedming, updated.

@AlexRMU
Copy link

AlexRMU commented Aug 31, 2024

@joelonsql
Copy link
Author

Thanks @AlexRMU, added.

@SuperPauly
Copy link

I believe Supabase uses Postgres. It gives it nice fancy GUI.

@yrashk
Copy link

yrashk commented Mar 12, 2025

@joelonsql
Copy link
Author

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

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

It seems like many of the extensions have empty READMEs?

@schmidni
Copy link

schmidni commented Aug 28, 2025

weighted statistics with focus quantiles

https://github.com/schmidni/pg_weighted_statistics

@CodeWorld-1
Copy link

Hi Joel, here's a new index access method: https://github.com/CrystallineCore/Biscuit

@joelonsql
Copy link
Author

Thanks @CodeWorld-1, added

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