-
Notifications
You must be signed in to change notification settings - Fork 80
Comparing changes
Open a pull request
base repository: MobilityDB/MobilityDB
base: v1.2.0
head repository: MobilityDB/MobilityDB
compare: v1.2.1
- 10 commits
- 13 files changed
- 5 contributors
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f7417e - Browse repository at this point
Copy the full SHA 3f7417eView commit details
Commits on Nov 6, 2024
-
Improve npoint tests (#640) (#641)
Co-authored-by: Esteban Zimanyi <esteban.zimanyi@ulb.be>
Configuration menu - View commit details
-
Copy full SHA for b3fed5b - Browse repository at this point
Copy the full SHA b3fed5bView commit details
Commits on Mar 3, 2025
-
Remove docker action and update dockerfile (#657) (#659)
* Remove docker action and update dockerfile * Enable all compilation flags (npoint, cbuffer, pose) in docker image
Configuration menu - View commit details
-
Copy full SHA for 493f0d5 - Browse repository at this point
Copy the full SHA 493f0d5View commit details
Commits on Sep 30, 2025
-
Fix the commutators of the ttext temporal compops (#722) (#725)
Fixes the issue mentioned by #680. The commutators of the temporal compops for the `ttext` were wrong. Previously this didn't raise an error, but starting with PG 17, postgres raises an error when two operators have the same commutator. Strangely, this error was only raised when running `pg_upgrade` to go from PG 16 to PG 17, and does not get raised when running `CREATE INSTALL`. Cherry-pick of c2c5608
Configuration menu - View commit details
-
Copy full SHA for 5e410dc - Browse repository at this point
Copy the full SHA 5e410dcView commit details
Commits on Oct 2, 2025
-
- Removes any existing PostgreSQL installations - Sets a consistent port (PGPORT=5432) - Installs PostgreSQL from the official repository - Uses the standard port for all PostgreSQL operations Cherry-pick of 74a4268 Co-authored-by: ImreSamu <ImreSamu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3dd9186 - Browse repository at this point
Copy the full SHA 3dd9186View commit details -
Update the calls to `vacuum_delay_point`, which took an additional parameter in PG 18. Couldn't cherry pick these changes from master as they were part of a larger commit.
Configuration menu - View commit details
-
Copy full SHA for a485993 - Browse repository at this point
Copy the full SHA a485993View commit details
Commits on Oct 7, 2025
-
Update pgversion.yml to test PG 17 and 18 (#729)
Co-authored-by: Esteban Zimanyi <esteban.zimanyi@ulb.be> Co-authored-by: Regina Obe <4734450+robe2@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e438fc7 - Browse repository at this point
Copy the full SHA e438fc7View commit details -
Add upgrade file from 1.2.0 to 1.2.1 (#730)
The only SQL change between 1.2.0 and 1.2.1 are the commutator fixes from 5e410dc. This commit adds an upgrade file that can be used to go from 1.2.0 to 1.2.1 by dropping and recreating the needed operators. This file gets installed together with the rest of the files during `make install`. To upgrade, run the following command after having build and installed 1.2.1: ``` ALTER EXTENSION mobilitydb UPDATE TO "1.2.1"; ```
Configuration menu - View commit details
-
Copy full SHA for 213143f - Browse repository at this point
Copy the full SHA 213143fView commit details
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a666fb1 - Browse repository at this point
Copy the full SHA a666fb1View commit details
Commits on Oct 31, 2025
-
Update build workflow for macos (#734) (#739)
Cherry-picked from master. Co-authored-by: Leila Bourouf <92311796+leilabourouf@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 24887b5 - Browse repository at this point
Copy the full SHA 24887b5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...v1.2.1