GitHub / postgrespro / rum
RUM access method - inverted index with additional information in posting lists
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Frum
PURL: pkg:github/postgrespro/rum
Stars: 806
Forks: 58
Open issues: 15
License: other
Language: C
Size: 2.82 MB
Dependencies parsed at: Pending
Created at: over 9 years ago
Updated at: 25 days ago
Pushed at: 23 days ago
Last synced at: 23 days ago
Commit Stats
Commits: 484
Authors: 27
Mean commits per author: 17.93
Development Distribution Score: 0.711
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/postgrespro/rum
Topics: access-method, fulltext-search, index, postgresql
Download
Download
Version 1.3.10
1.3.10
- Compatibility with PostgreSQL v15.
- Updates and revision of tuplesort calls.
- Several minor bugfixes.
Download
Download
Version 1.3.8
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
Download
Version 1.3.7
1.3.7
Changes since 1.3.6:
- Add support PostgreSQL 13
- Now RUM takes into account lexem’s weights
Download
Version 1.3.1
1.3.1
- Updates for the
LICENSE - Fixes for renames of structures and functions in
rbtree.hfor PostgreSQL 10 and 11
Download
Download
Download
Version 1.2
1.2.0
Support anyarray type via rum_anyarray_ops and rum_anyarray_addon_ops operator classes
Download