Explore 2387 PostgreSQL extensions from PGEXT, maintained by Pigsty.
75 extensions found. Clear filters
| Name | Version | Description | Category | License | Language | PG Version | Stars |
|---|---|---|---|---|---|---|---|
| zombodb | 3000.2.8 | Elasticsearch-backed full-text search and indexing for PostgreSQL | FTS | Apache-2.0 | Rust | 12–15 | 4.7k |
| pg_biscuit | 1.0 | A fast bitmap-based index for PostgreSQL | FTS | MIT | C | — | 300 |
| tin | 1.0.3 | TIN-compatible text search for development and testing | FTS | AGPL-3.0-or-later | Rust | 17–18 | 117 |
| addressing_dictionary | 1.1 | Address handling dictionaries for PostgreSQL, applying smarter handling to addresses in text search. | FTS | MIT | SQL | 10–18 | 59 |
| sphinx | 0.3 | C connector for querying and updating an external SphinxSearch server from PostgreSQL. | FTS | MIT | C | — | 51 |
| pg_scws | 1.0 | a parser for full-text search of Chinese | FTS | BSD-3-Clause | C | — | 41 |
| thai_parser | 1.0.0 | Thai-language parser and text search configuration for PostgreSQL full-text search. | FTS | — | C | 10–18 | 41 |
| kor_search | 1.0.0 | A PostgreSQL extension for Korean-English text search. | FTS | MIT | C | 16 | 37 |
| tsvector2 | 1.0 | Compressed alternative to PostgreSQL tsvector without the original 1 MB limit, with compatible search functions and GIN, GiST, and optional RUM indexing. | FTS | PostgreSQL | C | 10–13 | 27 |
| chamkho_parser | 0.6.0 | Rust full-text-search parser using the Chamkho word-cut engine, ported from pg-search-thai. | FTS | GPL-2.0 | Rust | — | 26 |
| sphinxlink | 1.4 | C extension for issuing SphinxSearch or ManticoreSearch queries from PostgreSQL through the MySQL-compatible protocol. | FTS | — | C | — | 18 |
| pg_tsparser | 1.0 | Parser for PostgreSQL text search | FTS | PostgreSQL | C | — | 17 |
| tsexample | 1.0 | Example C extension that defines a custom full-text parser, dictionary template, dictionary, and text-search configuration. | FTS | — | C | — | 15 |
| italian_fts | 1.2 | Italian full-text search dictionary | FTS | GPL-2.0 | SQL | — | 14 |
| dict_voikko | 1.0 | Finnish full-text-search dictionary using Voikko morphological analysis. | FTS | PostgreSQL | C | — | 12 |
| tsexact | 1.0 | Full-text-search helpers for exact phrase matching on PostgreSQL 9.5 and earlier. | FTS | PostgreSQL | C | 10–18 | 12 |
| vgram | 1.0 | Variable-length grams | FTS | PostgreSQL | C | 13–18 | 12 |
| fuzzywuzzy | 0.0.2 | fuzzywuzzy ratio for postgres | FTS | PostgreSQL | SQL | — | 11 |
| tsp_semantic_headline | 1.0 | Phrase highlighting and improved semantics for ts_headline | FTS | GPL-3.0 | SQL | 14–18 | 11 |
| shared_ispell | 1.0.0 | Shared-memory ispell dictionary template for reducing per-session initialization and memory. | FTS | BSD-2-Clause | C | 10–18 | 10 |
| pg_bigmr | 0.1.0 | text similarity measurement and index searching based on bigrams | FTS | PostgreSQL | Rust | 12–17 | 7 |
| unidecode | 0.0.6 | ASCII transliterations of Unicode text | FTS | — | C | 10–18 | 7 |
| wildspeed | 1.0 | GIN operator class for fast wildcard LIKE searches using permuterm indexing | FTS | GPL-2.0 | C | — | 7 |
| pg_mystem | 1.0.1 | Runs Yandex Mystem worker processes to provide Russian-language lemmatization from PostgreSQL queries. | FTS | MIT | C++ | — | 6 |
| snowball_bilingual | 1.0 | snowball_bilingual - add-on dictionary template using the combined results of two snowball stemmers | FTS | AGPL-3.0 | C | — | 6 |
| tsearch_extras | 1.0 | Full-text-search helpers for returning match locations and extracting tsvector lexemes. | FTS | PostgreSQL | C | 10–11 | 6 |
| jiebaparser | 1.0 | Postgresql full-text search extension for chinese (jiaba engine) using shared mem. | FTS | Apache-2.0 | C++ | — | 5 |
| norasearch | 1.0 | NoraSearch is a high-performance search engine for PostgreSQL. | FTS | MIT | C | 16–18 | 5 |
| pg_hspell | 1.0 | Full text search dictionary template for Hebrew text using libhspell | FTS | MPL-2.0 | C | 10–18 | 5 |
| pspacy | 1.0 | PL/Python full-text-search helpers that use spaCy for multilingual lemmatization, tsvector generation and tsquery generation. | FTS | — | Python | 12–13 | 5 |
| dict_exclude | 1.0 | Full-text search dictionary that filters stop words using regular-expression rules. | FTS | PostgreSQL | C | — | 4 |
| dict_id | 1.0 | Indonesian-language full-text search stemming dictionary based on cSastrawi | FTS | PostgreSQL | C | — | 4 |
| musicbrainz_unaccent | 1.0.0 | Removes accents from Unicode data | FTS | GPL-2.0 | C | — | 4 |
| pg_tre | 3.0.2 | Native PostgreSQL index access method for approximate regular-expression matching | FTS | MIT | C | 17–18 | 4 |
| pg_icu_parser | 1.0 | Full text search parser using ICU boundary analysis | FTS | MPL-2.0 | C | 10–16 | 3 |
| simple_parser | 1.0 | C full-text-search parser that splits input only at ASCII space characters, preserving punctuation such as underscores inside tokens. | FTS | PostgreSQL | C | — | 3 |
| stannum | 0.1.0 | Experimental TINQL text search with BM25 and persistent indexes | FTS | AGPL-3.0-only | Rust | 17–18 | 3 |
| test_parser | 1.0 | Example C extension implementing a custom PostgreSQL full-text-search parser. | FTS | — | C | — | 3 |
| all_substrings_tokenizer | 0.1 | Tokenizes text to all substrings bigger than a fixed character length. | FTS | — | C | — | 2 |
| dict_regex | 1.0 | Full-text-search dictionary with regular-expression rules. | FTS | — | C | — | 2 |
| dict_translate | 1.0 | Text search dictionary template that normalizes lexemes and expands them to configured translations. | FTS | — | C | — | 2 |
| hsearch | 0.4.1 | Tantivy-backed BM25 index access method with WAL-logged storage. | FTS | AGPL-3.0-only | Rust | 18 | 2 |
| hunspell_xal | 0.1 | Kalmyk Hunspell dictionary for PostgreSQL full-text search | FTS | BSD-3-Clause | SQL | — | 2 |
| pg_cld2 | 1.0.0 | Detects likely human language and script in PostgreSQL using CLD2. | FTS | MIT | C++ | 10–18 | 2 |
| pg_fts_greek | 0.1 | Postgres FTS Improvements for Greek | FTS | — | SQL | — | 2 |
| setrank | 1.0 | TF-IDF and cover-density ranking functions for tsvector/tsquery using document-frequency statistics from a table. | FTS | — | C | — | 2 |
| similarity | 1.0 | C extension that computes a normalized similarity score between two strings using an fstrcmp-style approximate matching algorithm. | FTS | GPL-2.0 | C | — | 2 |
| snowball_ext | 1.0 | Extensible Snowball text-search dictionary template with a Nepali stemmer. | FTS | PostgreSQL | C | — | 2 |
| soundex-type | 1.0.0 | soundex - type | FTS | PostgreSQL | C | — | 2 |
| cologne_pg | 0.0.0 | Cologne phonetics function for PostgreSQL built with pgrx. | FTS | MIT | Rust | 11–16 | 1 |