Releases: postgrespro/rum
Releases · postgrespro/rum
Version 1.3.13
Version 1.3.11
Fixed errors when building with --enable-dtrace
Version 1.3.10
- Compatibility with PostgreSQL v15.
- Updates and revision of tuplesort calls.
- Several minor bugfixes.
Version 1.3.9
Changes since 1.3.8:
Added compatibility with PostgreSQL versio 14
Version 1.3.8
Changes since 1.3.7
- Fix losing results at phrase search in index without positional information (e.g. addon_ops)
- Fix rare page alignment issue on 32-bit FreeBSD
- Disable accidental switch to bitmapscan even at unrealistically slow machines.
- CVE-2020-14350 fix
Version 1.3.7
Changes since 1.3.6:
- Add support PostgreSQL 13
- Now RUM takes into account lexem's weights
Version 1.3.1
- Updates for the
LICENSE
- Fixes for renames of structures and functions in
rbtree.h
for PostgreSQL 10 and 11
Version 1.3.0
New rum_ts_score
function.
Version 1.2.1
- Bug fixes
- Fix issue #31
- Improve support of access method properties
Version 1.2
Support anyarray
type via rum_anyarray_ops
and rum_anyarray_addon_ops
operator classes