select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Full-text search

tsvector2

Compressed alternative to PostgreSQL tsvector without the original 1 MB limit, with compatible search functions and GIN, GiST, and optional RUM indexing.

pgext.cloud · Source code · Website · Documentation · License text · Control file

Overview

Packagetsvector2
Version1.0
PostgreSQL versions10 · 11 · 12 · 13
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapublic
Stars27
Latest commit2020-10-20
Latest release2018-12-21
Catalogue updated2026-08-30

Related extensions

See also

tsearch_extrasFull-text-search helpers for returning match locations and extracting tsvector lexemes.
zsonDictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators.
gunzipDecompress gzip-compressed bytea values to text or bytea.
pg_deltaxFast time-series extension for PostgreSQL
pg_lz4LZ4 compression access method for a patched PostgreSQL development branch.
jsonbdCompression method for JSONB type
flateRaw DEFLATE compression and decompression functions for bytea
zlibzlib decompress function for PostgreSQL.
compressC/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
pgzstd_rsCompress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor