awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

PostgreSQL-Datenbankerweiterungen

Ranking aktualisiert am 30. Juni 2026

Entdecke eine Sammlung von Open-Source-Erweiterungen zur Verbesserung der Funktionalität, Performance und Datenverarbeitung von PostgreSQL.

PostgreSQL-Datenbankerweiterungen

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • timescale/pg_textsearchAvatar von timescale

    timescale/pg_textsearch

    3,118Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,118
  • timescale/timescaledbAvatar von timescale

    timescale/timescaledb

    21,876Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,876

Related searches

  • relationales Datenbankmanagementsystem für Entwickler
  • eine Task-Queue auf Basis von Postgres
  • a browser extension for enhancing web functionality
  • eine Datenbank für Karten und Geo-Queries
  • eine Open-Source-Datenbank für Vektor-Embeddings
  • ein Connection-Pooler für Postgres
  • a database migration tool for Go
  • geprüfte SQL-Queries für Rust