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: 0dca5d6
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: 53742d4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 2, 2025

  1. pg_replication_origin_session_setup: pid parameter

    Since the introduction of parallel apply workers (commit 216a784),
    the replorigin_session_setup() was extended to accept an extra
    parameter: pid. This process ID is used to inform that multiple
    processes are sharing the same replication origin to apply changes in
    parallel. The replorigin_session_setup function has a SQL user
    interface: pg_replication_origin_session_setup. This commit adds an
    optional parameter that passes the process ID to the internal function
    replorigin_session_setup. It allows multiple processes to use the same
    replication origin if you are using the replication functions.
    Doruk authored and Commitfest Bot committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    ecc6def View commit details
    Browse the repository at this point in the history
  2. [CF 5189] v4 - Expose the acquired_by parameter to the pg_replication…

    …_origin_session_setup function
    
    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5189
    
    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/CAMPB6wfVMi719YR_UTGfC62jNUw67-5CCnS2FssQx98opYs7zA@mail.gmail.com
    Author(s): Doruk Yılmaz
    Commitfest Bot committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    53742d4 View commit details
    Browse the repository at this point in the history
Loading