- Notifications
You must be signed in to change notification settings - Fork15
Comparing changes
Open a pull request
base repository:postgrespro/pgsphere
Uh oh!
There was an error while loading.Please reload this page.
base:1.2.1
head repository:postgrespro/pgsphere
Uh oh!
There was an error while loading.Please reload this page.
compare:1.2.2
- 12commits
- 28files changed
- 3contributors
Commits on Jul 4, 2023
[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 ofchanges in function declarations and the number of function alterationsin the upgrade script pg_sphere--1.2.1--1.2.2.sql.in (the numbersshould match).Some stuff in Makefile related to 9.X versions (PARALLEL SAFEremoval from install and update scripts) was also removed.
Vitaly Davydov committedJul 4, 2023
Commits on Jul 5, 2023
Merge pull request#25from vitcpp/7-parallel-safe
[ISSUE-7] Added PARALLEL SAFE mark to pgSphere functions
vitcpp authoredJul 5, 2023
Commits on Jul 6, 2023
Make HEALPix/MOC support optional
esabol committedJul 6, 2023 Minor correction to generation of pg_sphere--1.2.0--1.2.1.sql in the …
…USE_HEALPIX=1 case.
esabol committedJul 6, 2023 Additional tweaks to README.pg_sphere
esabol committedJul 6, 2023
Commits on Jul 7, 2023
Very minor tweak to README.pg_sphere
esabol committedJul 7, 2023 Add epochprop into variable assignments for REGRESS and TESTS to simp…
…lify Makefile and also other minor cleanups to Makefile
esabol committedJul 7, 2023 Add USE_HEALPIX=0 cases to instrutions for regression testing and oth…
…er minor tweaks
esabol committedJul 7, 2023 Make Travis CI do make test and make crushtest
esabol committedJul 7, 2023 Get 'make test' working again, both with HEALPix and without
esabol committedJul 7, 2023 Add USE_HEALPIX=0 build and regression tests to Travis CI
esabol committedJul 7, 2023
Commits on Jul 11, 2023
Merge pull request#26from esabol/issue-19-make-healpix-moc-optional
[ISSUE#19] Make HEALPix/MOC support optional
vitcpp authoredJul 11, 2023
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 1.2.1...1.2.2
Uh oh!
There was an error while loading.Please reload this page.