- Notifications
You must be signed in to change notification settings - Fork38
Comparing changes
Open a pull request
base repository:postgrespro/pg_wait_sampling
Uh oh!
There was an error while loading.Please reload this page.
base:v1.1.7
head repository:postgrespro/pg_wait_sampling
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 15commits
- 5files changed
- 4contributors
Commits on Feb 20, 2025
Clean includes with include-what-you-use
Sergey Shinderuk committedFeb 20, 2025 - Sergey Shinderuk committed
Feb 20, 2025 - Sergey Shinderuk committed
Feb 20, 2025 Remove irrelevant and outdated copy-paste
Sergey Shinderuk committedFeb 20, 2025 Pass HASH_BLOBS to hash_create() instead of expicit tag_hash
As per hash_create docs:> Note: It is deprecated for callers of hash_create() to explicitly specify> string_hash, tag_hash, uint32_hash, or oid_hash. Just set HASH_STRINGS or> HASH_BLOBS. Use HASH_FUNCTION only when you want something other than> one of these.Also there is no need to explicitly specify TopMemoryContext as it isused by default.
Sergey Shinderuk committedFeb 20, 2025
Commits on Feb 21, 2025
Upstream commitpostgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
Commits on Feb 24, 2025
Merge pull request#91from RekGRpth/patch-2
Fix compatibility with pg18Upstream commitpostgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
Remove units from profile_period and history_period
Oleg Tselebrovskiy committedFeb 24, 2025
Commits on Apr 10, 2025
Fix return of pgws_ExecutorStart since some systems gave warnings whe…
…n returning from void functions
Oleg Tselebrovskiy committedApr 10, 2025 Fix return of pgws_ExecutorStart since some systems gave warnings whe…
…n returning from void functions
Commits on May 28, 2025
Revert "Fix return of pgws_ExecutorStart since some systems gave warn…
…ings when returning from void functions"This reverts commit24b2d14.
Medvecrab committedMay 28, 2025
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.7...master
Uh oh!
There was an error while loading.Please reload this page.