Thanks to visit codestin.com
Credit goes to github.com

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: PGPRO-12044
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 1 file changed
  • 3 contributors

Commits on Feb 21, 2025

  1. Fix compatibility with pg18

    Upstream commit postgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
    RekGRpth authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    dd524f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    637679b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Merge pull request #91 from RekGRpth/patch-2

    Fix compatibility with pg18
    
    Upstream commit postgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
    Medvecrab authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    56546f0 View commit details
    Browse the repository at this point in the history
  2. Remove units from profile_period and history_period

    Oleg Tselebrovskiy committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    3c1046c View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    24b2d14 View commit details
    Browse the repository at this point in the history
  2. Fix return of pgws_ExecutorStart since some systems gave warnings whe…

    …n returning from void functions
    Medvecrab authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    2c03640 View commit details
    Browse the repository at this point in the history
Loading