summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
2023-02-21pgbench: Prepare commands in pipelines in advanceAlvaro Herrera
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-08Doc: improve commentary about providing our own definitions of M_PI.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-11-26Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier
2022-11-15Check return value of pclose() correctlyPeter Eisentraut
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-06windows: Adjust FD_SETSIZE via commandline defineAndres Freund
2022-10-05Fix final compiler warning produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Harmonize lexer adjacent function parameter names.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-19Add missing serial commasPeter Eisentraut
2022-09-14Fix typo in pgbench.c.Amit Kapila
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