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.7
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
  • 13 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 20, 2025

  1. Clean includes with include-what-you-use

    Sergey Shinderuk committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    753940f View commit details
    Browse the repository at this point in the history
  2. Update copyright year

    Sergey Shinderuk committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    8e0e23e View commit details
    Browse the repository at this point in the history
  3. pgindent

    Sergey Shinderuk committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    aa8e1bb View commit details
    Browse the repository at this point in the history
  4. Remove irrelevant and outdated copy-paste

    Sergey Shinderuk committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    2cc26e6 View commit details
    Browse the repository at this point in the history
  5. Add some comments

    Author: Oleg Tselebrovskiy
    Sergey Shinderuk committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    09463b6 View commit details
    Browse the repository at this point in the history
  6. 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 committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    957075d View commit details
    Browse the repository at this point in the history

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. Merge pull request #90 from postgrespro/cleanup

    Code cleanup
    Medvecrab authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    fbf8346 View commit details
    Browse the repository at this point in the history
  3. 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