An open API service providing repository metadata for many open source software ecosystems.

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

Releases
Version 1.3.13

1.3.13

  • some refactoring for v16 support
  • update v15 support
  • update README
about 3 years ago
Download
Version 1.3.11

1.3.11

Fixed errors when building with –enable-dtrace

over 3 years ago
Download
Version 1.3.10

1.3.10

  • Compatibility with PostgreSQL v15.
  • Updates and revision of tuplesort calls.
  • Several minor bugfixes.
over 3 years ago
Download
Version 1.3.9

1.3.9

Changes since 1.3.8:

Added compatibility with PostgreSQL versio 14

about 4 years ago
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
over 4 years ago
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
about 5 years ago
Download
Version 1.3.1

1.3.1

  • Updates for the LICENSE
  • Fixes for renames of structures and functions in rbtree.h for PostgreSQL 10 and 11
about 7 years ago
Download
Version 1.3.0

1.3.0

New rum_ts_score function.

about 7 years ago
Download
Version 1.2.1

1.2.1

  • Bug fixes
  • Fix issue #31
  • Improve support of access method properties
over 7 years ago
Download
Version 1.2

1.2.0

Support anyarray type via rum_anyarray_ops and rum_anyarray_addon_ops operator classes

almost 8 years ago
Download