Thanks to visit codestin.com
Credit goes to github.com

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.2.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.2.2
Choose a head ref
  • 12 commits
  • 28 files changed
  • 3 contributors

Commits on Jul 4, 2023

  1. [ISSUE #7] Added PARALLEL SAFE mark to pgSphere functions

    The patch is based on Feodor Sigaev's branch (parallel_safe).
    Some adjustments were made to fix compilation. Checked the number of
    changes in function declarations and the number of function alterations
    in the upgrade script pg_sphere--1.2.1--1.2.2.sql.in (the numbers
    should match).
    
    Some stuff in Makefile related to 9.X versions (PARALLEL SAFE
    removal from install and update scripts) was also removed.
    Vitaly Davydov committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    08edcd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge pull request #25 from vitcpp/7-parallel-safe

    [ISSUE-7] Added PARALLEL SAFE mark to pgSphere functions
    vitcpp authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e679906 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    2fe153f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2fc6df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d272eb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    4eb0e3a View commit details
    Browse the repository at this point in the history
  2. Add epochprop into variable assignments for REGRESS and TESTS to simp…

    …lify Makefile and also other minor cleanups to Makefile
    esabol committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    26def74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbcbdbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec3933a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a106d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8465435 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge pull request #26 from esabol/issue-19-make-healpix-moc-optional

    [ISSUE #19] Make HEALPix/MOC support optional
    vitcpp authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2c4cd20 View commit details
    Browse the repository at this point in the history
Loading