-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: postgrespro/pg_wait_sampling
base: v1.1.7
head repository: postgrespro/pg_wait_sampling
compare: master
- 13 commits
- 5 files changed
- 4 contributors
Commits on Feb 20, 2025
-
Clean includes with include-what-you-use
Sergey Shinderuk committedFeb 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 753940f - Browse repository at this point
Copy the full SHA 753940fView commit details -
Sergey Shinderuk committed
Feb 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 8e0e23e - Browse repository at this point
Copy the full SHA 8e0e23eView commit details -
Sergey Shinderuk committed
Feb 20, 2025 Configuration menu - View commit details
-
Copy full SHA for aa8e1bb - Browse repository at this point
Copy the full SHA aa8e1bbView commit details -
Remove irrelevant and outdated copy-paste
Sergey Shinderuk committedFeb 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 2cc26e6 - Browse repository at this point
Copy the full SHA 2cc26e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09463b6 - Browse repository at this point
Copy the full SHA 09463b6View commit details -
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 is used by default.
Sergey Shinderuk committedFeb 20, 2025 Configuration menu - View commit details
-
Copy full SHA for 957075d - Browse repository at this point
Copy the full SHA 957075dView commit details
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 fbf8346 - Browse repository at this point
Copy the full SHA fbf8346View 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
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