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

Commits on Feb 24, 2025

  1. Add support for two-phase commit in pg_createsubscriber

    This patch introduces the '--enable-two-phase' option to the
    'pg_createsubscriber' utility, allowing users to enable two-phase commit for
    all subscriptions during their creation.
    
    By default, two-phase commit is disabled if the option is not provided.
    
    When two-phase commit is enabled, prepared transactions are sent to the
    subscriber at the time of 'PREPARE TRANSACTION', and they are processed as
    two-phase transactions on the subscriber as well. If disabled, prepared
    transactions are sent only when committed and are processed immediately by the
    subscriber.
    vigneshwaran-c authored and Commitfest Bot committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    752aaff View commit details
    Browse the repository at this point in the history
  2. [CF 5433] v16 - Adding a '--two-phase' option to 'pg_createsubscriber…

    …' utility.
    
    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5433
    
    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/CAHv8RjL3Cd_jf4_QUROVV-sv7=Qj4BioQngHJg0JKmF6YU6aNA@mail.gmail.com
    Author(s): Shubham Khanna
    Commitfest Bot committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    c359799 View commit details
    Browse the repository at this point in the history
Loading