What's Changed
- chore: Remove outdated upgrade scripts by @philippemnoel in #2094
- fix(cargo-paradedb): find the elastic generator using GOBIN if exists by @tristan957 in #2095
- feat: add a top-level feature for pgrx'
unsafe-postgres
feature by @eeeebbbbrrrr in #2097 - perf: don't
.collect()
search results anymore by @eeeebbbbrrrr in #2093 - feat: EXPLAIN now shows index segement count by @eeeebbbbrrrr in #2099
- chore: point to paradedb/tantivy main branch by @neilyio in #2101
- ci: Move benchmark to nightly by @philippemnoel in #2103
- fix: Parallel vacuums + remove
target_segment_count
/merge_on_insert
options by @rebasedming in #2102 - chore: remove the TRACE_HOOK and dependencies by @eeeebbbbrrrr in #2098
- chore: Reactivate missing row in quickstart test by @philippemnoel in #2109
- fix: allow multiple merges in same transaction by @rebasedming in #2114
- fix: COPY into a table with bm25 index no longer crashes on Postgres <=16 by @eeeebbbbrrrr in #2113
- perf: optimize scans by @eeeebbbbrrrr in #2106
- chore: Update to 2025 by @philippemnoel in #2115
- perf: improve query planning times by loading
BlockList
s on demand and update tantivy rev by @eeeebbbbrrrr in #2116 - chore: upgrade to
0.14.1
by @rebasedming in #2117 - ci: Fix extension upgrade test workflow by @philippemnoel in #2119
- feat: Prod Promotion -- v0.14.1 by @philippemnoel in #2118
New Contributors
- @tristan957 made their first contribution in #2095
Full Changelog: v0.14.0...v0.14.1