Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.2
Choose a base ref
Loading
...
head repository:postgrespro/pgsphere
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:1.5.0
Choose a head ref
Loading
  • 5commits
  • 40files changed
  • 2contributors

Commits on Dec 22, 2023

  1. KNN support for spoints

    @waaeer@vitcpp
    waaeer authored andvitcpp committedDec 22, 2023
    Configuration menu
    Copy the full SHA
    f2b6879View commit details
    Browse the repository at this point in the history
  2. Fix code formatting, bump release version up to 1.5.0

    Raise the version up to 1.5.0, add upgrade scriptFix issues found after the review
    @vitcpp
    vitcpp committedDec 22, 2023
    Configuration menu
    Copy the full SHA
    f20a664View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    2f7d791View commit details
    Browse the repository at this point in the history
  2. Implement pgindent-headers Makefile rule

    This rule executes pgindent with header files only.
    @vitcpp
    vitcpp committedDec 27, 2023
    Configuration menu
    Copy the full SHA
    462fa03View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix output precision limit for double values (issue#118) (#119)

    Fix output precision limit for double values (issue#118)pgSphere used its own setting (set_sphere_output_precision function)to limit the output precision of double values, that could not begreater than 15 significant digits (DBL_DIG). It introduced someproblems with dump/restore. PostgreSQL uses its own precision setting:extra_float_digits. The PostgreSQL setting allows to use more significantdigits.This patch changes the default pgSphere output behaviour to utilizePostgreSQL extra_float_digits. Now, extra_float_digits is used by default,until set_sphere_output_precision is called.The old behaviour is kept for compatibility purposes. Once,set_sphere_output_precision is called, pgSphere starts to use the oldbehaviour (read, please, issue#118 discussion).The patch introduces a new function - reset_sphere_output_precision.It is used to reset to the PostgreSQL behaviour after usingset_sphere_output_precision.* Update upgrade script (reset_sphere_output_precision function)* Add test for pgSphere output precision with different settingsexpected/output_precision.out   - PG 10-11expected/output_precision_1.out - PG 12+* Add extra_float_digits = 2 for epochprop and bounding_box_gist tests
    @vitcpp
    vitcpp authoredMar 26, 2024
    Configuration menu
    Copy the full SHA
    8394ae7View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp