postgresql/src/bin
Tatsuo Ishii a16db3a07d Fix incorrect tps number calculation in "excluding connections establishing".
The tolerance (larger than actual tps number) increases as the number
of threads decreases.  The bug has been there since the thread support
was introduced in 9.0. Because back patching introduces incompatible
behavior changes regarding the tps number, the fix is committed to
master and 9.5 stable branches only.

Problem spotted by me and fix proposed by Fabien COELHO. Note that his
original patch included more than fixes (a code re-factoring) which is
not related to the problem and I omitted the part.
2015-09-30 10:53:31 +09:00
..
initdb Translation updates 2015-06-28 23:56:55 -04:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Review program help output for wording and formatting 2015-09-16 00:59:28 -04:00
pg_config Translation updates 2015-06-28 23:56:55 -04:00
pg_controldata Make pg_controldata report newest XID with valid commit timestamp 2015-09-24 23:31:17 +09:00
pg_ctl pg_ctl: Improve help formatting and order 2015-09-26 21:09:52 -04:00
pg_dump pg_dump: Fix some messages 2015-09-27 20:29:40 -04:00
pg_resetxlog Make pg_controldata report newest XID with valid commit timestamp 2015-09-24 23:31:17 +09:00
pg_rewind Simplify GETTEXT_FILES list 2015-09-18 22:42:48 -04:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Honour TEMP_CONFIG when testing pg_upgrade 2015-09-17 11:57:00 -04:00
pg_xlogdump Improve includes introduced in the replication origins patch. 2015-08-06 12:41:46 +02:00
pgbench Fix incorrect tps number calculation in "excluding connections establishing". 2015-09-30 10:53:31 +09:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql Fix compiler warning for non-TIOCGWINSZ case 2015-09-28 18:42:30 -04:00
scripts reindexdb: Fix mistake in help output 2015-09-27 11:22:16 -04:00
Makefile Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00