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: postgrespro/pgsphere
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Choose a base ref
...
head repository: postgrespro/pgsphere
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.2
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 8, 2023

  1. Fix polygon validation function

    Some previous changes to improve the behaviour in case of degenerate
    poygons introduced a bug in the polygon validation function. The
    changes are rolled back.
    vitcpp committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    562f098 View commit details
    Browse the repository at this point in the history
  2. Increment version patch number up to 1.4.2

    An extra change is introduced as well: generate empty upgrade scripts
    without the need to create *.sql.in files in upgrade_script
    subdirectory.
    vitcpp committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0be5757 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. fix Makefile dist target

    the sparse.c and sscan.c files are now committed in src dir
    pdowler authored and vitcpp committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    597600e View commit details
    Browse the repository at this point in the history
Loading