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

Commits on Oct 7, 2025

  1. Add mem_exceeded_count column to pg_stat_replication_slots.

    This commit introduces a new column mem_exceeded_count to the
    pg_stat_replication_slots view. This counter tracks how often the
    memory used by logical decoding exceeds the logical_decoding_work_mem
    limit. The new statistic helps users determine whether exceeding the
    logical_decoding_work_mem limit is a rare occurrences or a frequent
    issue, information that wasn't available through existing statistics.
    
    Bumps catversion.
    
    Author: Bertrand Drouvot <[email protected]>
    Reviewed-by: Masahiko Sawada <[email protected]>
    Reviewed-by: Amit Kapila <[email protected]>
    Reviewed-by: shveta malik <[email protected]>
    Reviewed-by: Ashutosh Bapat <[email protected]>
    Reviewed-by: Chao Li <[email protected]>
    Discussion: https://postgr.es/m/[email protected]
    bdrouvotAWS authored and Commitfest Bot committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    a8ee6c2 View commit details
    Browse the repository at this point in the history
  2. [CF 6002] v7 - Add memory_limit_hits to pg_stat_replication_slots

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/6002
    
    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/CAD21AoCY8iot976RkurnWFcDxE7cwt7NaEEdgnec4iF-UJcPyQ@mail.gmail.com
    Author(s): Bertrand Drouvot
    Commitfest Bot committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    8969682 View commit details
    Browse the repository at this point in the history
Loading