Download Latest Version MobilityDB Release 1.3 source code.tar.gz (47.2 MB)
Email in envelope

Get an email when there's a new version of MobilityDB

Home / v1.2.1
Name Modified Size InfoDownloads / Week
Parent folder
MobilityDB v1.2.1 source code.tar.gz 2025-10-31 25.6 MB
MobilityDB v1.2.1 source code.zip 2025-10-31 26.3 MB
README.md 2025-10-31 1.5 kB
Totals: 3 Items   51.8 MB 0

This is a small bugfix release for 1.2.

The main two things changes are:

  • Update code to work with PG 18
  • Fix commutators of ttext, which caused issues when upgrading to PG 17+ (see [#680], [#725]).

This release includes an upgrade file to fix the commutators. To upgrade from 1.2.0 to 1.2.1, compile and install mobilitydb 1.2.1, and then run ALTER EXTENSION mobilitydb UPGRADE TO 1.2.1;. The only thing this does is to drop and recreate the ttext comparator operators, so unless you are using them in some prepared statement or view, this should not cause issues.

What's Changed

Full Changelog: https://github.com/MobilityDB/MobilityDB/compare/v1.2.0...v1.2.1

Source: README.md, updated 2025-10-31