Postgrespro Rum Versions Save

RUM access method - inverted index with additional information in posting lists

1.3.13

1 year ago
  • some refactoring for v16 support
  • update v15 support
  • update README

1.3.11

1 year ago

Fixed errors when building with --enable-dtrace

1.3.10

1 year ago
  • Compatibility with PostgreSQL v15.
  • Updates and revision of tuplesort calls.
  • Several minor bugfixes.

1.3.9

2 years ago

Changes since 1.3.8:

Added compatibility with PostgreSQL versio 14

1.3.8

2 years ago

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

1.3.7

3 years ago

Changes since 1.3.6:

  • Add support PostgreSQL 13
  • Now RUM takes into account lexem's weights

1.3.1

5 years ago
  • Updates for the LICENSE
  • Fixes for renames of structures and functions in rbtree.h for PostgreSQL 10 and 11

1.3.0

5 years ago

New rum_ts_score function.

1.2.1

5 years ago
  • Bug fixes
  • Fix issue #31
  • Improve support of access method properties

1.2.0

6 years ago

Support anyarray type via rum_anyarray_ops and rum_anyarray_addon_ops operator classes