Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MobilityDB/MobilityDB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: MobilityDB/MobilityDB
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 10 commits
  • 13 files changed
  • 5 contributors

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    3f7417e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Improve npoint tests (#640) (#641)

    Co-authored-by: Esteban Zimanyi <esteban.zimanyi@ulb.be>
    mschoema and estebanzimanyi authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b3fed5b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Remove docker action and update dockerfile (#657) (#659)

    * Remove docker action and update dockerfile
    
    * Enable all compilation flags (npoint, cbuffer, pose) in docker image
    mschoema authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    493f0d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. 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
    mschoema authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    5e410dc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Fix workflow (#663) (#727)

    -  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>
    mschoema and ImreSamu authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    3dd9186 View commit details
    Browse the repository at this point in the history
  2. Update code for PG18 (#728)

    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.
    mschoema authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    a485993 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. 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>
    3 people authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    e438fc7 View commit details
    Browse the repository at this point in the history
  2. 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";
    ```
    mschoema authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    213143f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    a666fb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Update build workflow for macos (#734) (#739)

    Cherry-picked from master.
    
    Co-authored-by: Leila Bourouf <92311796+leilabourouf@users.noreply.github.com>
    mschoema and leilabourouf authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    24887b5 View commit details
    Browse the repository at this point in the history
Loading