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: prometheus-community/postgres_exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cybertec-postgresql/postgres_exporter
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.
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 13, 2024

  1. Checkpoint related columns in PG 17 have been moved from pg_stat_bgwr…

    …iter to pg_stat_checkpointer
    
    Fix #1060
    
    See: https://www.dbi-services.com/blog/postgresql-17-new-catalog-view-pg_stat_checkpointer/
    Signed-off-by: Nicolas Rodriguez <nico@nicoladmin.fr>
    n-rodriguez committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    973f533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0efde6e View commit details
    Browse the repository at this point in the history
  3. Run integration tests with Postgres 17

    Signed-off-by: Nicolas Rodriguez <nico@nicoladmin.fr>
    n-rodriguez committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    578f4d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Configuration menu
    Copy the full SHA
    9c2acb7 View commit details
    Browse the repository at this point in the history
  2. update crypto to 0.31.0

    Schmaetz committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    3e5a36f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from cybertec-postgresql/obfuscate_pw_error

    remove dsn, because password is visible and dsn already mentioned in err
    Schmaetz authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    f427c57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from cybertec-postgresql/update_crypto

    update crypto to 0.31.0
    Schmaetz authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    eba272f View commit details
    Browse the repository at this point in the history
  5. updated x/net to 0.33.0

    Schmaetz committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    2e0833b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from cybertec-postgresql/update_x_net

    updated x/net to 0.33.0
    Schmaetz authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    d521968 View commit details
    Browse the repository at this point in the history
  7. update go

    Schmaetz committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    8fbf7c6 View commit details
    Browse the repository at this point in the history
  8. update go

    Schmaetz committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    8458b7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1bcd1e View commit details
    Browse the repository at this point in the history
Loading