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

Commits on Aug 19, 2025

  1. Set ReplicationSlot::active_pid even in single-user mode

    Slot manipulation functions except drop could be failed in single-user mode, because
    active_pid was not set. Actually the attribute is no-op in the mode but fix the
    inconsisntency anyway.
    HUUTFJ authored and Commitfest Bot committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    b21aa3b View commit details
    Browse the repository at this point in the history
  2. Prohibit slot manipulation while in single-user mode

    Replication-related commands are rarely used in single-user mode and have been
    broken for years. This commit prohibits calling slot manipulation SQL functions
    to avoid additional risk of failures. One exception is pg_drop_replication_slot.
    It is still allowed because users may want to clean up their mistakes in the mode.
    HUUTFJ authored and Commitfest Bot committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    0999b72 View commit details
    Browse the repository at this point in the history
  3. [CF 5626] v7 - ReplicationSlotRelease() crashes when the instance is …

    …in the single user mode
    
    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5626
    
    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/OSCPR01MB14966F06D84A7A9C26570A519F530A@OSCPR01MB14966.jpnprd01.prod.outlook.com
    Author(s): Hayato Kuroda
    Commitfest Bot committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    ecc4294 View commit details
    Browse the repository at this point in the history
Loading