Tiger Data has released pg_textsearch as an open-source extension under The PostgreSQL License on GitHub, previously exclusive to Tiger Cloud. This extension allows developers to perform BM25 relevance-ranked keyword searches directly within PostgreSQL, eliminating the need for external search systems like Elasticsearch. Notable features of pg_textsearch include support for 29+ languages, compatibility with partitioned tables, intuitive SQL syntax, a memtable architecture for optimized indexing, and adjustable BM25 ranking parameters. Tiger Data aims to develop a comprehensive Postgres Search Stack that integrates keyword and vector search capabilities.