summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-04Build all Flex files standaloneJohn Naylor
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-04Remove configure probe and related tests for getrlimit.Thomas Munro
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-07-03Remove redundant null pointer checks before pg_free()Peter Eisentraut
2022-05-18pgbench: Restore compatibility of --partitions=0Michael Paquier
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-20Fix incorrect format placeholdersPeter Eisentraut
2022-04-19Fix aggregate logging of pgbench.Tatsuo Ishii
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-11Put new command-line options into alphabetical order in help outputPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
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