Results 26 issues of Phin Jensen

I've been working through the code and ran into this issue trying to port it to Rust. Rendering a couple of the example triangles using the initial line sweeping approach...

ID: 81 Version: unspecified Date: 2011-07-28 10:39 EDT Author: Peter Eisentraut ([email protected]) --- When using the `--PSQL` option, the path check is too restrictive, for example: ``` ./check_postgres.pl --PSQL=/usr/lib/postgresql/8.4/bin/psql --action=connection...

ID: 72 Version: unspecified Date: 2011-03-29 03:34 EDT Author: Andy Lester ([email protected]) --- We had an app that turned out to be very dependent on tuples being clustered in a...

ID: 98 Version: 2.19.0 Date: 2012-01-19 05:46 EST Author: Martin von Oertzen ([email protected]) --- one part of the `--action=sequence` needs over 3 minutes with postgres 9.1.2: ``` SELECT nspname, seq.relname,...

ID: 115 Version: 2.19.0 Date: 2012-10-30 03:21 EDT Author: [email protected] --- I have multiple databases with the same schema including same sequences. I want to check their sequences with `--action=sequence`....

ID: 91 Version: unspecified Date: 2011-11-23 09:07 EST Author: Peter Eisentraut ([email protected]) --- Database test1: ``` create schema foo; create table foo.bar1(a int); create table foo.bar2(a int); ``` Database test2:...

ID: 49 Version: unspecified Date: 2010-09-06 10:25 EDT Author: Martin von Oertzen ([email protected]) --- check_postgres_txn_idle 2.15.0 (from today) results in Status unknown, if there are no idle-transactions at all.

ID: 22 Version: unspecified Date: 2009-12-03 12:58 EST Author: Greg Sabino Mullane ([email protected]) --- Use pg_stattuple to get the bloat information, either as a new action or a flag to...

ID: 21 Version: unspecified Date: 2009-12-03 12:57 EST Author: Greg Sabino Mullane ([email protected]) --- The current bloat calculation is very rough and fails to account for many things. Make it...

ID: 107 Version: 2.19.0 Date: 2012-07-10 07:19 EDT Author: Peter Eisentraut ([email protected]) --- Example, check that there are not less than 10 clients per database: ``` check_postgres --action=pgb_pool_cl_active -w 10...