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: cf/6263~1
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: cf/6263
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 11, 2025

  1. Removing unused function parameters in btree_gist

    A few parameters are not used, let's remove them.
    bdrouvotAWS authored and Commitfest Bot committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    1d9bb65 View commit details
    Browse the repository at this point in the history
  2. Removing unused function parameters in pgcrypto

    A few parameters are not used, let's remove them.
    bdrouvotAWS authored and Commitfest Bot committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    8a7a750 View commit details
    Browse the repository at this point in the history
  3. Removing unused function parameters in file_fdw

    A few parameters are not used, let's remove them.
    bdrouvotAWS authored and Commitfest Bot committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    eb9c43f View commit details
    Browse the repository at this point in the history
  4. Removing unused function parameters in postgres_fdw

    A few parameters are not used, let's remove them.
    
    Unused rte parameter in create_foreign_modify() is oversight in commit
    a61b1f7.
    bdrouvotAWS authored and Commitfest Bot committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    05cf369 View commit details
    Browse the repository at this point in the history
  5. Removing unused function parameters in citext

    A few parameters are not used, let's remove them.
    bdrouvotAWS authored and Commitfest Bot committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    6d1a5c6 View commit details
    Browse the repository at this point in the history
  6. Removing unused function parameters in pg_walinspect

    A few parameters are not used, let's remove them.
    bdrouvotAWS authored and Commitfest Bot committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    f5da66a View commit details
    Browse the repository at this point in the history
  7. [CF 6263] v2 - Remove unused function parameters, part 1: contrib

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/6263
    
    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/aShdc+DDRvo8KnQl@ip-10-97-1-34.eu-west-3.compute.internal
    Author(s): Bertrand Drouvot
    Commitfest Bot committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    79ec1f0 View commit details
    Browse the repository at this point in the history
Loading