What's Changed
- refactor: sorting tests for partitioned tables by @mdashti in #2466
- chore: Reduce nesting in custom scan planning. by @stuhood in #2476
- chore: Prep 0.15.19 by @philippemnoel in #2479
- ci: Add support for publishing beta versions by @philippemnoel in #2428
- chore: Staging Promotion -- v0.15.19-rc.1 by @philippemnoel in #2480
- ci: Fix some nitpicks for
staging
releases by @philippemnoel in #2481 - feat: Add Rhel ICU by @philippemnoel in #2482
- chore: upgrade to pgrx v0.14.1 by @eeeebbbbrrrr in #2430
- fix: move the
raw
tokenizer deprecation warning to CREATE INDEX by @eeeebbbbrrrr in #2485 - fix: bool pushdown is no longer confused with scoring by @eeeebbbbrrrr in #2486
- chore: Remove dependence on Tantivy store everywhere by @rebasedming in #2483
- fix: our
json
toparadedb.searchqueryinput
cast function should beIMMUTABLE STRICT PARALLEL SAFE
by @eeeebbbbrrrr in #2489 - chore: added cursor rules by @mdashti in #2488
- chore: Serialize private planning data with serde by @stuhood in #2477
- chore: Update
openssl
,tokio
, andcrossbeam-channel
packages by @bayandin in #2493 - feat: add tantivy-jieba tokenizer support by @mpr1255 in #2491
- feat: remove snapshot visibility for
SegmentMetaEntry
by @eeeebbbbrrrr in #2487 - chore: upgrade all dependencies by @eeeebbbbrrrr in #2495
- chore: Move the selection of the custom scan execution method to planning by @stuhood in #2492
- feat: Physical replication recommended settings docs by @stuhood in #2474
- ci: Avoid some red Xs in CI by @philippemnoel in #2496
- chore: fixed two minor issues in cursor rules and test runner script. by @mdashti in #2497
- fix: proper scan state reset on
rescan_custom_scan
by @mdashti in #2494 - ci: Fix Stressgres CI by @philippemnoel in #2499
- ci: Remove Helm Chart test by @philippemnoel in #2500
- chore: fix
0.15.19
upgrade script by @rebasedming in #2501 - perf: Don't write to the store at all by @rebasedming in #2484
- ci: Also group PRs to staging by @philippemnoel in #2504
- fix: Revert "Move the selection of the custom scan execution method to planning (#2492)" by @stuhood in #2508
- ci: Add missing check for staging by @philippemnoel in #2509
- ci: Mark
staging
deployments as prereleases by @philippemnoel in #2510 - fix: Issue #2511 -- TopN scans no longer endless loop by @eeeebbbbrrrr in #2512
- fix: parallel scans respect
max_parallel_workers_per_gather
by @rebasedming in #2516 - fix: prevent crash from malformed subquery by @eeeebbbbrrrr in #2518
- chore: remove some dead code by @eeeebbbbrrrr in #2519
- fix: move the selection of the custom scan execution method to planning by @mdashti in #2513
- chore: remove some
#[allow(...)]
annotations by @eeeebbbbrrrr in #2520 - fix: make
dont_merge_create_index_segments
test less flakey by @rebasedming in #2527 - chore: upgrade to pgrx v0.14.2 by @eeeebbbbrrrr in #2523
- fix: Incorrect
SearchQueryInput
generated by custom scan by @rebasedming in #2524 - feat: support multiple fast text fields and numeric field types in custom scans by @mdashti in #2507
- chore: upgrade to pgrx v0.14.3 by @eeeebbbbrrrr in #2539
- fix: custom scan tries to push down quals that aren't indexed by @rebasedming in #2532
- feat: tests that generate random queries by @eeeebbbbrrrr in #2540
- test: changed mixed fast field tests to regression tests (and added more tests + documentation) by @mdashti in #2537
- chore: Changelog for
0.15.19
by @rebasedming in #2535 - feat: introduce
paradedb.snippet_positions
by @rebasedming in #2546 - fix: fixed the issue with non-aligned fast-fields. by @mdashti in #2554
- chore: added a feature flag for the mixed-fast-field executor by @mdashti in #2555
- docs: Add to
0.15.19
changelog by @rebasedming in #2558 - fix: Bump upgrade CI test version to
0.15.6
by @rebasedming in #2560 - fix: bump
cargo-pgrx
in upgrade CI by @rebasedming in #2562 - chore: Upgrade from 0.15.11 by @philippemnoel in #2563
- chore: Release
0.15.19
by @rebasedming in #2559
New Contributors
Full Changelog: v0.15.18...v0.15.19