استكشف مجموعة من الإضافات مفتوحة المصدر المصممة لتعزيز وظائف PostgreSQL، وأدائها، وقدرات معالجة البيانات فيها.
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.
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.