-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: postgrespro/pg_wait_sampling
base: PGPRO-12044
head repository: postgrespro/pg_wait_sampling
compare: master
- 10 commits
- 1 file changed
- 4 contributors
Commits on Feb 21, 2025
-
Upstream commit postgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
Configuration menu - View commit details
-
Copy full SHA for dd524f2 - Browse repository at this point
Copy the full SHA dd524f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 637679b - Browse repository at this point
Copy the full SHA 637679bView commit details
Commits on Feb 24, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 56546f0 - Browse repository at this point
Copy the full SHA 56546f0View commit details -
Remove units from profile_period and history_period
Oleg Tselebrovskiy committedFeb 24, 2025 Configuration menu - View commit details
-
Copy full SHA for 3c1046c - Browse repository at this point
Copy the full SHA 3c1046cView commit details
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 Configuration menu - View commit details
-
Copy full SHA for 24b2d14 - Browse repository at this point
Copy the full SHA 24b2d14View commit details -
Fix return of pgws_ExecutorStart since some systems gave warnings whe…
…n returning from void functions
Configuration menu - View commit details
-
Copy full SHA for 2c03640 - Browse repository at this point
Copy the full SHA 2c03640View commit details
Commits on May 28, 2025
-
Revert "Fix return of pgws_ExecutorStart since some systems gave warn…
…ings when returning from void functions" This reverts commit 24b2d14.
Configuration menu - View commit details
-
Copy full SHA for 9d713ce - Browse repository at this point
Copy the full SHA 9d713ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fafeda0 - Browse repository at this point
Copy the full SHA fafeda0View commit details
Commits on Jun 25, 2025
-
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 committedJun 25, 2025 Configuration menu - View commit details
-
Copy full SHA for 930a67a - Browse repository at this point
Copy the full SHA 930a67aView commit details
Commits on Jun 26, 2025
-
Merge pull request #100 from valeriy-zainullin/master
Check that collector has started in pg_wait_sampling_reset_profile.
Configuration menu - View commit details
-
Copy full SHA for 8427f4a - Browse repository at this point
Copy the full SHA 8427f4aView 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 PGPRO-12044...master