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

Commits on Mar 10, 2025

  1. per backend WAL statistics

    Now that commit 9aea73f added backend-level statistics to pgstats (and
    per backend IO statistics) we can more easily add per backend statistics.
    
    This commit adds per backend WAL statistics using the same layer as pg_stat_wal,
    except that it is now possible to know how much WAL activity is happening in each
    backend rather than an overall aggregate of all the activity.  A function called
    pg_stat_get_backend_wal() is added to access this data depending on the
    PID of a backend.
    
    The same limitation as in 9aea73f persists, meaning that Auxiliary processes
    are not included in this set of statistics.
    
    XXX: bump catalog version
    XXX: bump of stats file format not required, as backend stats do not
    persist on disk.
    michaelpq authored and Commitfest Bot committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    6c32f73 View commit details
    Browse the repository at this point in the history
  2. [CF 5492] v18 - per backend WAL statistics

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5492
    
    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/Z87SetO+E/[email protected]
    Author(s): Bertrand Drouvot
    Commitfest Bot committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    b5800a0 View commit details
    Browse the repository at this point in the history
Loading