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

Commits on Mar 12, 2025

  1. Avoid invalidating all RelationSyncCache entries on publication rename.

    On Publication rename, we need to only invalidate the RelationSyncCache
    entries corresponding to relations that are part of the publication being
    renamed.
    
    As part of this patch, we introduce a new invalidation message to
    invalidate the cache maintained by the logical decoding output plugin. We
    can't use existing relcache invalidation for this purpose, as that would
    unnecessarily cause relcache invalidations in other backends.
    
    Author: Hayato Kuroda <[email protected]>
    Author: Shlok Kyal <[email protected]>
    Reviewed-by: Hou Zhijie <[email protected]>
    Reviewed-by: Amit Kapila <[email protected]>
    Discussion: https://postgr.es/m/OSCPR01MB14966C09AA201EFFA706576A7F5C92@OSCPR01MB14966.jpnprd01.prod.outlook.com
    Amit Kapila authored and Commitfest Bot committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    1e71c4d View commit details
    Browse the repository at this point in the history
  2. Add testcase

    HUUTFJ authored and Commitfest Bot committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    c4f7b28 View commit details
    Browse the repository at this point in the history
  3. [CF 5629] v12 - Selectively invalidate caches in pgoutput module

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