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: 5941946
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: cc7f141
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 20, 2025

  1. Support for dropping all publications in 'pg_createsubscriber'

    This patch introduces a new '--remove' option in the 'pg_createsubscriber'
    utility to specify the object types to be removed from the subscriber.
    This patch adds supports to specify 'publications' as an object type.
    
    This feature ensures a clean and streamlined setup of logical replication by
    removing publications on the subscriber that were originally replicated from
    the primary server during physical replication.
    These publications become redundant once the setup transitions to logical
    replication and serve no further purpose.
    
    This cleanup process removes all publications from the subscriber, regardless
    of their origin.
    KhannaShubham1197 authored and Commitfest Bot committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    57fb417 View commit details
    Browse the repository at this point in the history
  2. [CF 5541] v25 - Allow pg_createsubscriber to drop replication objects…

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