Skip to content

Releases: postgrespro/rum

Version 1.3.13

19 Sep 11:46
e6facb1
Compare
Choose a tag to compare
  • some refactoring for v16 support
  • update v15 support
  • update README

Version 1.3.11

27 May 11:38
Compare
Choose a tag to compare

Fixed errors when building with --enable-dtrace

Version 1.3.10

25 May 20:48
Compare
Choose a tag to compare
  • Compatibility with PostgreSQL v15.
  • Updates and revision of tuplesort calls.
  • Several minor bugfixes.

Version 1.3.9

26 Oct 09:52
Compare
Choose a tag to compare

Changes since 1.3.8:

Added compatibility with PostgreSQL versio 14

Version 1.3.8

10 Jun 13:49
Compare
Choose a tag to compare

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

15 Oct 08:16
Compare
Choose a tag to compare

Changes since 1.3.6:

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

Version 1.3.1

09 Nov 11:46
Compare
Choose a tag to compare
  • Updates for the LICENSE
  • Fixes for renames of structures and functions in rbtree.h for PostgreSQL 10 and 11

Version 1.3.0

09 Oct 08:36
Compare
Choose a tag to compare

New rum_ts_score function.

Version 1.2.1

29 May 14:31
Compare
Choose a tag to compare
  • Bug fixes
  • Fix issue #31
  • Improve support of access method properties

Version 1.2

13 Nov 11:30
Compare
Choose a tag to compare

Support anyarray type via rum_anyarray_ops and rum_anyarray_addon_ops operator classes