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: f554a95
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: 85f7198
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 <kuroda.hayato@fujitsu.com>
    Author: Shlok Kyal <shlok.kyal.oss@gmail.com>
    Reviewed-by: Hou Zhijie <houzj.fnst@fujitsu.com>
    Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
    Discussion: https://postgr.es/m/OSCPR01MB14966C09AA201EFFA706576A7F5C92@OSCPR01MB14966.jpnprd01.prod.outlook.com
    Amit Kapila authored and Commitfest Bot committed Mar 12, 2025
    Copy the full SHA
    1e71c4d View commit details
  2. Add testcase

    HUUTFJ authored and Commitfest Bot committed Mar 12, 2025
    Copy the full SHA
    c4f7b28 View commit details
  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
    Copy the full SHA
    85f7198 View commit details
Loading