postgresql/src/bin
Fujii Masao efe2382d5a pgbench: Avoid unnecessary measurement of connection delays.
Commit 547f04e734 changed pgbench so that it used the measurement result
of connection delays in its benchmark report only when -C/--connect option
is specified. But previously those delays were unnecessarily measured
even when that option is not specified. Which was a waste of cycles.
This commit improves pgbench so that it avoids such unnecessary measurement.

Back-patch to v14 where commit 547f04e734 first appeared.

Author: Yugo Nagata
Reviewed-by: Fabien COELHO, Asif Rehman, Fujii Masao
Discussion: https://postgr.es/m/20210614151155.a393bc7d8fed183e38c9f52a@sraoss.co.jp
2021-08-30 21:37:43 +09:00
..
initdb Translation updates 2021-08-09 11:51:59 +02:00
pg_amcheck Remove --quiet option from pg_amcheck 2021-08-20 12:44:54 +02:00
pg_archivecleanup Translation updates 2021-08-09 11:51:59 +02:00
pg_basebackup Translation updates 2021-08-09 11:51:59 +02:00
pg_checksums Translation updates 2021-08-09 11:51:59 +02:00
pg_config Translation updates 2021-08-09 11:51:59 +02:00
pg_controldata Translation updates 2021-08-09 11:51:59 +02:00
pg_ctl Translation updates 2021-08-09 11:51:59 +02:00
pg_dump Translation updates 2021-08-09 11:51:59 +02:00
pg_resetwal Translation updates 2021-08-09 11:51:59 +02:00
pg_rewind Translation updates 2021-08-09 11:51:59 +02:00
pg_test_fsync Translation updates 2021-08-09 11:51:59 +02:00
pg_test_timing Translation updates 2021-08-09 11:51:59 +02:00
pg_upgrade Translation updates 2021-08-09 11:51:59 +02:00
pg_verifybackup Fix backup manifests to generate correct WAL-Ranges across timelines 2021-08-23 11:09:54 +09:00
pg_waldump Translation updates 2021-08-09 11:51:59 +02:00
pgbench pgbench: Avoid unnecessary measurement of connection delays. 2021-08-30 21:37:43 +09:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql psql \dX: reference regclass with "pg_catalog." prefix 2021-08-28 12:04:15 -04:00
scripts Translation updates 2021-08-09 11:51:59 +02:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00