Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to exclude by application name on txn_* checks #78

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2015

  1. Add support for application_name filter on long running transactions and

    long idle in transaction.
    
    Good for filtering applications like pg_dump, but also others without
    having to run them with a specific user.
    martinmarques committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    b3f7d7b View commit details
    Browse the repository at this point in the history
  2. Better check for insufficient privileges and configuration options

    that haven't been set and are needed.
    martinmarques committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    099a599 View commit details
    Browse the repository at this point in the history
  3. When running --action bloat, indexes names are not fully qualified so…

    … it's
    
    hard, or imposible to know which index is bloated if there are indexes
    with the same name in different schemas.
    
    Here we add the schema to the bloat message when finding bloat in indexes.
    martinmarques committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    d039829 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. Version bump.

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    3800643 View commit details
    Browse the repository at this point in the history
  2. Update release notes a bit

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    a82fb86 View commit details
    Browse the repository at this point in the history
  3. Fix t/02_sequence.t for PG 9.0/1

    df7cb authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    483f492 View commit details
    Browse the repository at this point in the history
  4. Fix txn_time regression test for 9.0/9.1

    Newer versions will show the last or current query here, older versions
    will just show "<IDLE> in transaction" if there is currently no
    query running.
    df7cb authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    989479f View commit details
    Browse the repository at this point in the history
  5. Rearrange recent changes in rough priority order

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    f0e1e80 View commit details
    Browse the repository at this point in the history
  6. Spelling

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    0752e8d View commit details
    Browse the repository at this point in the history
  7. Placeholders for French translation strings

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    ae5700a View commit details
    Browse the repository at this point in the history
  8. Bump version to 2.22.0

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    acb5d87 View commit details
    Browse the repository at this point in the history
  9. No tabs please

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    ae21681 View commit details
    Browse the repository at this point in the history
  10. Let's release

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    a0b2486 View commit details
    Browse the repository at this point in the history
  11. Signatures for version 2.22.0

    Greg Sabino Mullane authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    6eb9786 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d6d4bb View commit details
    Browse the repository at this point in the history
  13. Remove duplicated 'es' section

    ... and note author of last commit in changelog
    df7cb authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    306c438 View commit details
    Browse the repository at this point in the history
  14. set_translations.pl: Write output for all known languages

    set_translations.pl only wrote output for languages seen in .po files,
    dropping other previously known languages.
    
    Also, fix output to honor the current indentation style (no tabs). In
    order to change the current formatting as little as possible, set the
    minimal output key output width to 14, and no not append a space after
    'key' ('checkcluster-nomrtg' is otherwise too long).
    df7cb authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    e2701d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    691aa96 View commit details
    Browse the repository at this point in the history
  16. Allow a wrapper function for wal_files and archive_ready as a non-sup…

    …eruser.
    
    The wrapper function around pg_ls_dir() must hardcode the pg_xlog or
    pgxlog/archive_status path, and should take no arguments. It must be
    created as a superuser with SECURITY DEFINER.
    Joshua Elsasser authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    75e9cc4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85e7da6 View commit details
    Browse the repository at this point in the history
  18. t/02_disk_space.t: relax filesystem check

    In https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790231, Daniel
    Schepler reports pbuilder (a throwaway-minimal-chroot build wrapper for
    Debian packages) to setup the filesystem name to be shown as "-". Allow
    this in the testsuite.
    df7cb authored and martinmarques committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    e87acdb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Configuration menu
    Copy the full SHA
    111b7cc View commit details
    Browse the repository at this point in the history