summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
2022-04-06Change aggregated log format of pgbench.Tatsuo Ishii
2022-03-27Avoid using large pass-by-value struct arguments in pgbench.Tom Lane
2022-03-25Second attempt to fix pgbench TAP test.Tatsuo Ishii
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Fix pgbench TAP test.Tatsuo Ishii
2022-03-23Allow pgbench to retry in some cases.Tatsuo Ishii
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-01Fix typo in pgbench messages.Tatsuo Ishii
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-14Move scanint8() to numutils.cPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-02pgbench: Fix typo in comment.Fujii Masao
2021-11-02pgbench: Improve error-handling in pgbench.Fujii Masao
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-13Fix incorrect format placeholderPeter Eisentraut
2021-09-29pgbench: Fix handling of socket errors during benchmark.Fujii Masao
2021-09-29pgbench: Correct log level of message output when socket wait method fails.Fujii Masao
2021-09-09pgbench: Stop counting skipped transactions as soon as timer is exceeded.Fujii Masao
2021-09-02Use COPY FREEZE in pgbench for faster benchmark table population.Tatsuo Ishii
2021-09-01pgbench: Fix bug in measurement of disconnection delays.Fujii Masao
2021-08-30pgbench: Avoid unnecessary measurement of connection delays.Fujii Masao
2021-08-05pgbench: When using pipelining only do PQconsumeInput() when necessary.Andres Freund
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-29Add some missing exit() calls in error paths for various binariesMichael Paquier
2021-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-07-11Fix pgbench timestamp bugs.Thomas Munro
2021-06-28Don't depend on -fwrapv semantics in pgbench's random() function.Tom Lane
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-26Remove some useless logs from the TAP tests of pgbenchMichael Paquier
2021-06-25Cleanup some code related to pgbench log checks in TAP testsMichael Paquier
2021-06-25Add more debugging information with log checks in TAP tests of pgbenchMichael Paquier
2021-06-24Fix pattern matching logic for logs in TAP tests of pgbenchMichael Paquier
2021-06-18Improve version reporting in pgbench.Tom Lane
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-05-19Fix pgbench permute tests.Dean Rasheed
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-23Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier
2021-04-06pgbench: Function to generate random permutations.Dean Rasheed
2021-03-22pgbench: Improve error-handling in \sleep command.Fujii Masao
2021-03-16Improve logging of bad parameter values in BIND messages.Tom Lane
2021-03-15Add libpq pipeline mode support to pgbenchAlvaro Herrera
2021-03-10Fix another portability bug in recent pgbench commit.Thomas Munro
2021-03-10Try to fix portability bugs in recent pgbench commits.Thomas Munro
2021-03-10pgbench: Synchronize client threads.Thomas Munro
2021-03-10pgbench: Improve time logic.Thomas Munro
2021-03-10pgbench: Refactor thread portability support.Thomas Munro
2021-03-06pgbench: Simplify some port, host, user and dbname assignmentsMichael Paquier