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

Commits on Mar 27, 2025

  1. Enhance 'pg_createsubscriber' to fetch and append all databases

    This patch enhances the 'pg_createsubscriber' utility by adding the '--all'
    option. When '--all' is specified, the tool queries the source server
    (publisher) for all databases and creates subscriptions on the target server
    (subscriber) for databases with matching names.
    This simplifies the process of converting a physical standby to a logical
    subscriber, particularly during upgrades.
    
    The options '--database', '--publication', '--subscription', and
    '--replication-slot' cannot be used when '--all' is specified.
    KhannaShubham1197 authored and Commitfest Bot committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    7442d53 View commit details
    Browse the repository at this point in the history
  2. Synopsis for --all option

    This patch contains the synopsis for the --all option.
    KhannaShubham1197 authored and Commitfest Bot committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    5736874 View commit details
    Browse the repository at this point in the history
  3. Additional test cases

    This patch contains the additional test cases related to the --all option.
    KhannaShubham1197 authored and Commitfest Bot committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    e5ee2ab View commit details
    Browse the repository at this point in the history
  4. [CF 5566] v23 - Enhance 'pg_createsubscriber' to retrieve databases

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