awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

PostgreSQL Database Extensions

Ranking updated Jun 30, 2026

Explore a collection of open-source extensions designed to enhance PostgreSQL functionality, performance, and data processing capabilities.

PostgreSQL Database Extensions

Find the best repos with AI.We'll search the best matching repositories with AI.
  • timescale/pg_textsearchtimescale avatar

    timescale/pg_textsearch

    3,118View on GitHub↗

    pg_textsearch is a full-text search integration for PostgreSQL that provides large-scale text indexing and BM25 relevance ranking. It implements a scalable indexing architecture that uses a memtable system to spill data to disk segments, allowing for the processing of massive datasets. The project distinguishes itself through support for multilingual search via language-specific partial indexes and the ability to index complex expressions, such as JSONB fields or concatenated columns. It ensures high availability by utilizing PostgreSQL-native streaming replication and write-ahead logs to syn

    This repository is a single PostgreSQL extension (for full-text search) rather than a curated directory listing multiple extensions, so it does not directly satisfy the request for a collection of useful extensions across various capabilities.

    CFull Text Search
    View on GitHub↗3,118
  • timescale/timescaledbtimescale avatar

    timescale/timescaledb

    21,876View on GitHub↗

    TimescaleDB is an open-source PostgreSQL extension that adds native time-series capabilities to the database. At its core, it transforms standard PostgreSQL tables into hypertables—automatically partitioned by time intervals—so data is stored in fixed-size chunks without manual sharding. The extension includes a library of over 200 built-in SQL functions purpose-built for time-series workloads, such as time bucketing, gap filling, percentile estimation, and time-weighted averages. What distinguishes TimescaleDB from generic PostgreSQL is its set of integrated time-series features that work th

    TimescaleDB is a PostgreSQL extension itself (adding time-series capabilities), not a curated directory that lists and organizes multiple extensions, so it does not serve the visitor's goal of finding a directory of useful PostgreSQL add-ons.

    CTime-Series SQL Querying
    View on GitHub↗21,876

Related searches

  • a relational database management system for developers
  • a task queue that uses Postgres
  • a browser extension for enhancing web functionality
  • a database for maps and geo queries
  • an open source database for vector embeddings
  • a connection pooler for Postgres
  • a database migration tool for Go
  • checked SQL queries for Rust