Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-20.2: backport various standalone geospatial builtins #54436

Commits on Sep 16, 2020

  1. builtins: implement ST_Boundary, ST_Difference, and ST_Relate with BNR

    Release note (sql change): Implement the geometry builtins
    `ST_Boundary`, `ST_Difference`, and `ST_Relate` (BNR variant).
    erikgrinaker authored and otan committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    2cf867c View commit details
    Browse the repository at this point in the history
  2. builtins: implement ST_MinimumClearance and ST_MinimumClearanceLine

    Release note (sql change): Implement the geometry builtins
    `ST_MinimumClearance` and `ST_MinimumClearanceLine`.
    erikgrinaker authored and otan committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    8bfff17 View commit details
    Browse the repository at this point in the history
  3. builtins: implement ST_Polygon

    Release note (sql change): Implement the geometry builtin `ST_Polygon`.
    erikgrinaker authored and otan committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    3f5a056 View commit details
    Browse the repository at this point in the history
  4. builtins: implement ST_Angle

    Release note (sql change): Implement the geometry builtin `ST_Angle`
    erikgrinaker authored and otan committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    3033d45 View commit details
    Browse the repository at this point in the history
  5. builtins: implement ST_FrechetDistance and ST_HausdorffDistance

    Release note (sql change): Implement the geometry builtins
    `ST_FrechetDistance` and `ST_HausdorffDistance`.
    erikgrinaker authored and otan committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    955dce7 View commit details
    Browse the repository at this point in the history