GitHub / postgrespro / pgsphere
PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fpgsphere
PURL: pkg:github/postgrespro/pgsphere
Stars: 23
Forks: 15
Open issues: 18
License: bsd-3-clause
Language: C
Size: 1.82 MB
Dependencies parsed at: Pending
Created at: almost 5 years ago
Updated at: 27 days ago
Pushed at: 27 days ago
Last synced at: 27 days ago
1.5.2
1.5.2
What’s Changed
- Fix build under mingw64 by @vitcpp in https://github.com/postgrespro/pgsphere/pull/123
- Now more carefully nulling out null inputs in epoch_prop. by @msdemlei in https://github.com/postgrespro/pgsphere/pull/124
- Issue #125: Add PostgreSQL 17 builds to CI workflow by @esabol in https://github.com/postgrespro/pgsphere/pull/126
- Issue #139: Add PostgreSQL 18 builds to CI workflow, fix tests on PostgreSQL 18+, and eliminate compilation warnings by @esabol in https://github.com/postgrespro/pgsphere/pull/140
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.5.1...1.5.2
Download
1.5.1
1.5.1
What’s Changed
- KNN support for spoints by @waaeer in https://github.com/postgrespro/pgsphere/pull/116
- Fix output precision limit for double values (issue #118) by @vitcpp in https://github.com/postgrespro/pgsphere/pull/119
Known Build Issues:
- Build fail under MS Windows MSYS2/MINGW64 (issue #123)
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.4.2...1.5.1
Download
1.5.1-rc1
1.5.1-rc1 Pre-release
What’s Changed
- KNN support for spoints by @waaeer in https://github.com/postgrespro/pgsphere/pull/116
- Fix output precision limit for double values (issue #118) by @vitcpp in https://github.com/postgrespro/pgsphere/pull/119
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.4.2...1.5.1-rc1
Download
1.5.0
1.5.0
What’s Changed
- KNN support for spoints by @waaeer in https://github.com/postgrespro/pgsphere/pull/116
- Fix output precision limit for double values (issue #118) by @vitcpp in https://github.com/postgrespro/pgsphere/pull/119
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.4.2...1.5.0
Download
1.4.2
1.4.2 Pre-release
What’s Changed
- Fix polygon validation function (issue #112) by @vitcpp in https://github.com/postgrespro/pgsphere/pull/113
- Fix Makefile dist target by @pdowler in https://github.com/postgrespro/pgsphere/pull/114
New Contributors
- @pdowler made their first contribution in https://github.com/postgrespro/pgsphere/pull/114
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.4.1...1.4.2
Download
1.4.1
1.4.1
What’s Changed
- spherepoint_hash32: float8 needs wrapping into a Datum by @df7cb in https://github.com/postgrespro/pgsphere/pull/107
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.4.0...1.4.1
Download
1.4.0
1.4.0
What’s Changed
- Migrate doc generation to docbook/fop (postgresql approach) by @vitcpp in https://github.com/postgrespro/pgsphere/pull/63
- Add GitHub Actions pipeline for pgSphere by @borodun in https://github.com/postgrespro/pgsphere/pull/69
- Add pipeline for docs using GitHub Pages by @borodun in https://github.com/postgrespro/pgsphere/pull/73
- Spoint3 fetch by @df7cb in https://github.com/postgrespro/pgsphere/pull/74
- make test: Don’t track NOTICEs by @df7cb in https://github.com/postgrespro/pgsphere/pull/79
- g_spoint3_fetch was already part of the spoint3 opclass in older vers… by @df7cb in https://github.com/postgrespro/pgsphere/pull/83
- Selectivity estimators for <@(spoint, scircle) and spoint_dwithin(spoint, spoint, float8) by @df7cb in https://github.com/postgrespro/pgsphere/pull/80
- Maintain only one list of tests by @df7cb in https://github.com/postgrespro/pgsphere/pull/84
- Configurable smoc_gin_ops index resolution by @df7cb in https://github.com/postgrespro/pgsphere/pull/86
- Drop obsolete compatibility @({bigint,spoint}, smoc) operators by @df7cb in https://github.com/postgrespro/pgsphere/pull/92
- Add function to create spoly from an array of numbers in radians by @esabol in https://github.com/postgrespro/pgsphere/pull/96
- Add spoly(spoint[]) constructor function by @vitcpp in https://github.com/postgrespro/pgsphere/pull/99
- Hash opclass for spoint by @df7cb in https://github.com/postgrespro/pgsphere/pull/102
- Add “pgindent” rule for make to run pgindent by @vitcpp in https://github.com/postgrespro/pgsphere/pull/71
New Contributors
- @borodun made their first contribution in https://github.com/postgrespro/pgsphere/pull/69
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.3.1...1.4.0
Download
1.2.1
1.2.1
What’s Changed
- Add MOC vs. other geometries casts by @msdemlei in https://github.com/postgrespro/pgsphere/pull/6
- Add code for epoch propagation by @msdemlei in https://github.com/postgrespro/pgsphere/pull/8
- Source files are moved into src subdirectory. by @vitcpp in https://github.com/postgrespro/pgsphere/pull/14
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.2.0...1.2.1
Download
1.2.2
1.2.2
What’s Changed
- Add PARALLEL SAFE mark to pgSphere functions by @vitcpp in https://github.com/postgrespro/pgsphere/pull/25
- Make HEALPix/MOC support optional by @esabol in https://github.com/postgrespro/pgsphere/pull/26
New Contributors
- @esabol made their first contribution in https://github.com/postgrespro/pgsphere/pull/26
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.2.1...1.2.2
Download
1.3.1
1.3.1
What’s Changed
- Fix overlaps.sql test fail on 32 bit Debian due to gcc bug 323 by @vitcpp in https://github.com/postgrespro/pgsphere/pull/62
Full Changelog: https://github.com/postgrespro/pgsphere/compare/1.3.0...1.3.1
Download