Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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/5205~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/5205
Choose a head ref
  • 5 commits
  • 16 files changed
  • 3 contributors

Commits on May 29, 2025

  1. Use 64-bit format output for multixact offsets

    Author: Maxim Orlov <orlovmg@gmail.com>
    Maxim Orlov authored and Commitfest Bot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    7033acb View commit details
    Browse the repository at this point in the history
  2. Use 64-bit multixact offsets.

    Author: Maxim Orlov <orlovmg@gmail.com>
    Maxim Orlov authored and Commitfest Bot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    a04b7f5 View commit details
    Browse the repository at this point in the history
  3. Make pg_upgrade convert multixact offsets.

    Author: Maxim Orlov <orlovmg@gmail.com>
    Author: Yura Sokolov <y.sokolov@postgrespro.ru>
    Maxim Orlov authored and Commitfest Bot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    88b82f5 View commit details
    Browse the repository at this point in the history
  4. Get rid of MultiXactMemberFreezeThreshold call.

    Since MaxMultiXactOffset are UINT64_MAX now, MULTIXACT_MEMBER_SAFE_THRESHOLD and
    MULTIXACT_MEMBER_DANGER_THRESHOLD values are not meaningful any more. Thus,
    MultiXactMemberFreezeThreshold is not needed too.
    
    Instead, switch to MULTIXACT_MEMBER_AUTOVAC_THRESHOLD (eq 2^32) members
    threshold. It is used to determine if we need to force autovacuum or not.
    
    Author: Maxim Orlov <orlovmg@gmail.com>
    Maxim Orlov authored and Commitfest Bot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    9d7548a View commit details
    Browse the repository at this point in the history
  5. [CF 5205] v15 - Make MultiXactOffset 64-bit type

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5205
    
    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/CACG=ezaLdhpFY9_qr7B6s7kkg_=s5S_ZD2=dsSeBNgdWWWuKbg@mail.gmail.com
    Author(s): Maxim Orlov
    Commitfest Bot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    c3fb869 View commit details
    Browse the repository at this point in the history
Loading