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: postgrespro/pg_wait_sampling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.8
Choose a base ref
...
head repository: postgrespro/pg_wait_sampling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 1 file changed
  • 3 contributors

Commits on Apr 10, 2025

  1. Fix return of pgws_ExecutorStart since some systems gave warnings whe…

    …n returning from void functions
    Oleg Tselebrovskiy committed Apr 10, 2025
    Copy the full SHA
    24b2d14 View commit details
  2. Fix return of pgws_ExecutorStart since some systems gave warnings whe…

    …n returning from void functions
    Medvecrab authored Apr 10, 2025
    Copy the full SHA
    2c03640 View commit details

Commits on May 28, 2025

  1. Revert "Fix return of pgws_ExecutorStart since some systems gave warn…

    …ings when returning from void functions"
    
    This reverts commit 24b2d14.
    Medvecrab committed May 28, 2025
    Copy the full SHA
    9d713ce View commit details
  2. Revert "Fix compatibility with pg18"

    This reverts commit dd524f2.
    Medvecrab committed May 28, 2025
    Copy the full SHA
    fafeda0 View commit details

Commits on Jun 25, 2025

  1. Check collector has started in pg_wait_sampling_reset_profile.

    The worker might have not started yet or it may never start,
    because its registration was cancelled due to worker limit.
    
    This commit adds a check for NULL value of pgws_collector_hdr->latch.
    The previous usage in pg_wait_sampling.c has such a check, we
    should do the same here.
    Valeriy Zainullin committed Jun 25, 2025
    Copy the full SHA
    930a67a View commit details

Commits on Jun 26, 2025

  1. Merge pull request #100 from valeriy-zainullin/master

    Check that collector has started in pg_wait_sampling_reset_profile.
    Medvecrab authored Jun 26, 2025
    Copy the full SHA
    8427f4a View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v1.1.8...master