summaryrefslogtreecommitdiff
path: root/contrib/pgbench
AgeCommit message (Expand)Author
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2016-09-21Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas
2016-09-19Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas
2016-03-17Fix "pg_bench -C -M prepared".Tom Lane
2016-02-15pgbench: avoid FD_ISSET on an invalid file descriptorAlvaro Herrera
2016-02-03pgbench: Install guard against overflow when dividing by -1.Robert Haas
2015-07-03Fix pgbench progress report behaviour when pgbench or a query gets stuck.Heikki Linnakangas
2015-06-28Fix function declaration style to respect the coding standard.Tatsuo Ishii
2014-12-30Fix resource leak pointed out by Coverity.Tatsuo Ishii
2014-12-16Suppress bogus statistics when pgbench failed to complete any transactions.Tom Lane
2014-12-16Fix file descriptor leak after failure of a \setshell command in pgbench.Tom Lane
2014-10-02Fix typo in error message.Heikki Linnakangas
2014-09-11Fix Windows build.Heikki Linnakangas
2014-09-11Simplify calculation of Poisson distributed delays in pgbench --rate mode.Heikki Linnakangas
2014-09-11Change the way latency is calculated with pgbench --rate option.Heikki Linnakangas
2014-05-25Allow total number of transactions in pgbench to exceed INT_MAX.Tom Lane
2014-05-19Fix non-C89-compatible coding in pgbench.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-28pgbench: Fix help messagePeter Eisentraut
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-01-17Prevent integer overflow with --progress >= 2148Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-12Fix progress logging when scale factor is large.Tatsuo Ishii
2013-11-16Remove pgbench's hardwired limit on line length in custom script files.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-06pgbench: Comment on thread timing hazards.Noah Misch
2013-10-05pgbench: Elaborate latency reporting.Noah Misch
2013-10-05pgbench: Remove stray use of "float" math.Noah Misch
2013-09-30Correct comment of pgbench "filler" columns.Fujii Masao
2013-09-26pgbench: Correct for bias in --rate schedule generation.Noah Misch
2013-09-23pgbench: Tweak documentation.Noah Misch
2013-07-22Add --rate option.Tatsuo Ishii
2013-07-17Fix typo in previous pgbench --progress patch.Fujii Masao
2013-07-16Add --progress option to show progress reportTatsuo Ishii
2013-07-07pgbench: Silence compiler warningPeter Eisentraut
2013-06-27pgbench: Fix inadvertent inconsistency in help message.Robert Haas
2013-06-27pgbench: Add long options for all existing short options.Robert Haas
2013-06-14Add :client_id automatic variable for custom pgbench scripts.Heikki Linnakangas
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-12pgbench: Fix order of options in --help outputPeter Eisentraut
2013-03-17Fix inclusions in pgbench.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-31Add --aggregate-interval option.Tatsuo Ishii
2013-01-29Allow pgbench to use a scale larger than 21474.Heikki Linnakangas
2013-01-07Add new "-q" logging option (quiet mode) while in initialize modeTatsuo Ishii
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-30Move long_options structures to the top of main() functions, forBruce Momjian
2012-10-20Prevent overflow in pgbench's percent-done display.Tom Lane