Stability Improvements πŸ’ͺ

  • Fixed an issue where the Postgres NOT operator would not be pushed down to Tantivy properly
  • Fixed an issue where snippets and scores would not be properly returned in querying with JOIN clauses
  • Fixed an issue where memory could leak in COPY, INSERT and UPDATE statements

Performance Improvements πŸš€

  • Improved the performance of queries that don’t fetch results, for example select count(*) from t where ... @@@ ...

Full Changelog

The full changelog is available here.