Releases: elemdiscovery/proxquery
Releases · elemdiscovery/proxquery
Release list
v0.5.2
v0.5.1
Fixed
- Release asset cleanup. (#31)
Container images: ghcr.io/elemdiscovery/proxquery:0.5.1-pg16 · -pg17 · -pg18
v0.5.0
Added
- Added custom tokenization for
&in the custom tokenizer similar to-. - [breaking] ordered proximity <-N>/<!-N> now matches superimposed (co-located) lexemes
Fixed
- Error on over large proximity parameter instead of silently cap … (#30)
v0.4.3
Fixed
- Keep literal terms verbatim in ts_prox_query_native (was re-split by to_tsquery). Fix to proximity distribution over AND/NOT (should error).
v0.4.2
Fixed
- Max position <!~N> no longer applies as an exclusion.
v0.4.1
Fixed
- Phrase proximity is measured from the edges.
v0.4.0
Added
- Extended
ts_prox_query_exactto support a config parameter.
edge (0.4.0-dev.44.gb9bfc0d)
Rolling pre-release built from the latest main commit (b9bfc0d).
Fresh installs only — no upgrade-path guarantees, not for production.
Download the tarball for your PG major + arch, extract, and run ./install.sh.
v0.3.0
Added
- [breaking] Consolidated
ts_prox_searchfor pure SQL simplified usage. (#17)
v0.2.0
Added
- Small-ish proximity queries that can convert into an enumerated position search no longer need a recheck.
- Adding signed releases.
- Add extension only
proxquery_to_tsvectorwith specialized tsvector positioning. - fold glob literal runs through cfg for config-aware wildcard matching
- add config-aware overloads resolving query terms through a regconfig
Fixed
- more release-plz fixes.
- release-plz config fix