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: prometheus-community/postgres_exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0.12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 12, 2023

  1. Fix column type for pg_replication_slots

    Change the data type of `active` from int64 to bool. The documentation confirms that this is a boolean field.
    https://www.postgresql.org/docs/current/view-pg-replication-slots.html
    
    fixes #769
    
    Signed-off-by: Joe Adams <github@joeadams.io>
    sysadmind committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f8c2256 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Update release info for v0.12.1

    Signed-off-by: Joe Adams <github@joeadams.io>
    sysadmind committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1c063b1 View commit details
    Browse the repository at this point in the history
Loading