github timescale/pg_textsearch v1.3.0

4 hours ago

What's Changed

This release includes architectural revisions for compatibility with disaggregated storage architectures (including AWS Aurora, Google Alloy, Neon, and Microsoft HorizonDB). v1.2.0 had introduced custom WAL entries to fix an issue with physical replication keep the memtable on the replica in sync with the primary). These however are not compatible with the stateless WAL redo used in the systems mentioned earlier. v1.3.0 replaces the shared-memory memtable with a paged version plus a shared-memory cache. The release also contains stability and infrastructure fixes.

New Contributors

Full Changelog: v1.2.0...v1.3.0

Don't miss a new pg_textsearch release

NewReleases is sending notifications on new releases.