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: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f044638
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 09e58c2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 23, 2025

  1. Add support for gamma() and lgamma() functions.

    These are useful general-purpose math functions which are included in
    POSIX and C99, and are commonly included in other math libraries, so
    expose them as SQL-callable functions.
    
    Author: Dean Rasheed <[email protected]>
    Reviewed-by: Stepan Neretin <[email protected]>
    Reviewed-by: Tom Lane <[email protected]>
    Reviewed-by: Peter Eisentraut <[email protected]>
    Reviewed-by: Dmitry Koval <[email protected]>
    Discussion: https://postgr.es/m/CAEZATCXpGyfjXCirFk9au+FvM0y2Ah+2-0WSJx7MO368ysNUPA@mail.gmail.com
    deanrasheed authored and Commitfest Bot committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    f4688e8 View commit details
    Browse the repository at this point in the history
  2. [CF 5098] v5 - gamma() and lgamma() functions

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5098
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CAEZATCWm7NdTiCN9CbaVEkgcEb0UT7enxnxwck5BHvVR28658g@mail.gmail.com
    Author(s): Dean Rasheed
    Commitfest Bot committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    09e58c2 View commit details
    Browse the repository at this point in the history
Loading