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/5956~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/5956
Choose a head ref
  • 10 commits
  • 19 files changed
  • 2 contributors

Commits on Oct 27, 2025

  1. Make pg_stat_reset() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    4d65cb4 View commit details
    Browse the repository at this point in the history
  2. Make pg_stat_reset_shared() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    be6185e View commit details
    Browse the repository at this point in the history
  3. Make pg_stat_reset_single_table_counters() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    0d93921 View commit details
    Browse the repository at this point in the history
  4. Make pg_stat_reset_backend_stats() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    02d8030 View commit details
    Browse the repository at this point in the history
  5. Make pg_stat_reset_single_function_counters() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    56e6802 View commit details
    Browse the repository at this point in the history
  6. Make pg_stat_reset_slru() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    b948dfb View commit details
    Browse the repository at this point in the history
  7. Make pg_stat_reset_replication_slot() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    bce0cfe View commit details
    Browse the repository at this point in the history
  8. Make pg_stat_reset_subscription_stats() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    ee2b1b3 View commit details
    Browse the repository at this point in the history
  9. Make pg_stat_clear_snapshot() return the reset time

    shinyaaa authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    1a80b71 View commit details
    Browse the repository at this point in the history
  10. [CF 5956] v3 - Enhance statistics reset functions to return reset tim…

    …estamp
    
    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5956
    
    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/CAOzEurTH9g9oirw7U8s4DrqKdr29D0z70QjSawY_F8EJ0-dgkw@mail.gmail.com
    Author(s): Shinya Kato
    Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    6eb3d0d View commit details
    Browse the repository at this point in the history
Loading