summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
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
2021-02-27pgbench: Remove now-dead CState->ecntMichael Paquier
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-01-28pgbench: Remove dead codeAlvaro Herrera
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-13Disallow a digit as the first character of a variable name in pgbench.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-09-30pgbench: Use PQExpBuffer to simplify code that constructs SQL.Heikki Linnakangas
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane