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: osm2pgsql-dev/osm2pgsql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: osm2pgsql-dev/osm2pgsql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 5, 2026

  1. Also install osm2pgsql-expire manpage.

    sebastic authored and lonvia committed Jul 5, 2026
    Configuration menu
    Copy the full SHA
    29d5b92 View commit details
    Browse the repository at this point in the history
  2. Fix a bug in diff expire handling

    If you have multiple expire outputs on a single geometry column and at
    least one of them is configured as a diff_expire, osm2pgsql can
    segfault. This commit fixes that problem.
    
    The problem was that to calculate the diff geometries, the original
    geometries were destroyed which lead to the segfault when those
    geometries were accessed again later. Now we make sure to access the
    original geometries only until we generate the diff geometries and after
    that only access the diff geometries. As a side effect processing will
    even be faster if you have several expire configs that use diff
    processing.
    joto authored and lonvia committed Jul 5, 2026
    Configuration menu
    Copy the full SHA
    22a9401 View commit details
    Browse the repository at this point in the history
  3. prepare release 2.3.1

    lonvia committed Jul 5, 2026
    Configuration menu
    Copy the full SHA
    a321408 View commit details
    Browse the repository at this point in the history
Loading