Extensions / Functions and aggregates
C functions for perceptual color-distance calculations in the CIE L*a*b* color space
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | pg_colors |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 11 |
| Latest commit | 2015-10-23 |
| Latest release | 2015-10-23 |
| Catalogue updated | 2026-08-30 |
| recommend | Experimental C extension providing scalar distance, text similarity, and one-dimensional array similarity functions derived from smlar. |
| hamming_distance | Hamming distance and similarity functions for hexadecimal feature-vector strings. |
| pg_emd | Fast approximate Earth Mover's Distance using dynamic tree embeddings |
| tanimoto | Fast C implementation of the Tanimoto similarity coefficient for PostgreSQL bit-varying fingerprints. |
| ruvector | SIMD-accelerated vector type and indexes with graph, solver, TDA, local embedding, and AI SQL functions. |
| pase | PostgreSQL ultra-high dimensional approximate nearest neighbor search extension. |
| kor_search | A PostgreSQL extension for Korean-English text search. |
| vmatch | Text similarity functions and a fuzzy-match /= operator with typo-aware weighting. |