summaryrefslogtreecommitdiff
path: root/contrib/pgbench
Commit message (Expand)AuthorAgeFilesLines
* Centralize definition of integer limits.Andres Freund2015-03-251-5/+1
* pgbench: Fix mistakes in Makefile.Robert Haas2015-03-031-10/+3
* pgbench: Add a real expression syntax to \setRobert Haas2015-03-026-77/+414
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-241-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix resource leak pointed out by Coverity.Tatsuo Ishii2014-12-301-0/+2
* pgbench: remove odd trailing period in init progress outputBruce Momjian2014-12-241-2/+2
* Suppress bogus statistics when pgbench failed to complete any transactions.Tom Lane2014-12-161-0/+4
* Fix file descriptor leak after failure of a \setshell command in pgbench.Tom Lane2014-12-161-0/+1
* Add --latency-limit option to pgbench.Heikki Linnakangas2014-10-131-56/+175
* Fix typo in error message.Heikki Linnakangas2014-10-021-1/+1
* Refactor pgbench log-writing code to a separate function.Heikki Linnakangas2014-10-021-171/+169
* Fix Windows build.Heikki Linnakangas2014-09-111-1/+1
* Simplify calculation of Poisson distributed delays in pgbench --rate mode.Heikki Linnakangas2014-09-111-11/+22
* Change the way latency is calculated with pgbench --rate option.Heikki Linnakangas2014-09-111-50/+114
* Enhance pgbench's option checking.Tatsuo Ishii2014-08-121-7/+41
* Windows doesn't have M_PI; define it ourselves when needed.Heikki Linnakangas2014-08-041-0/+4
* pgbench: Allow \setrandom to generate Gaussian/exponential distributions.Robert Haas2014-07-301-10/+173
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+1
* Allow total number of transactions in pgbench to exceed INT_MAX.Tom Lane2014-05-251-6/+6
* Fix non-C89-compatible coding in pgbench.Tom Lane2014-05-191-27/+37
* pgindent run for 9.4Bruce Momjian2014-05-061-86/+116
* pgbench: Fix help messagePeter Eisentraut2014-02-271-1/+1
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-8/+0
* Prevent integer overflow with --progress >= 2148Heikki Linnakangas2014-01-171-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix progress logging when scale factor is large.Tatsuo Ishii2013-12-121-4/+4
* Remove pgbench's hardwired limit on line length in custom script files.Tom Lane2013-11-151-2/+48
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-10/+8
* pgbench: Comment on thread timing hazards.Noah Misch2013-10-061-1/+10
* pgbench: Elaborate latency reporting.Noah Misch2013-10-051-17/+110
* pgbench: Remove stray use of "float" math.Noah Misch2013-10-051-2/+2
* Correct comment of pgbench "filler" columns.Fujii Masao2013-09-301-5/+10
* pgbench: Correct for bias in --rate schedule generation.Noah Misch2013-09-251-3/+7
* pgbench: Tweak documentation.Noah Misch2013-09-231-1/+1
* Add --rate option.Tatsuo Ishii2013-07-231-19/+159
* Fix typo in previous pgbench --progress patch.Fujii Masao2013-07-181-1/+1
* Add --progress option to show progress reportTatsuo Ishii2013-07-171-2/+84
* pgbench: Silence compiler warningPeter Eisentraut2013-07-071-1/+3
* pgbench: Fix inadvertent inconsistency in help message.Robert Haas2013-06-271-1/+1
* pgbench: Add long options for all existing short options.Robert Haas2013-06-271-39/+60
* Add :client_id automatic variable for custom pgbench scripts.Heikki Linnakangas2013-06-141-0/+14
* Post-pgindent cleanupStephen Frost2013-06-011-3/+6
* pgindent run for release 9.3Bruce Momjian2013-05-291-51/+80
* pgbench: Fix order of options in --help outputPeter Eisentraut2013-05-111-6/+6
* Fix inclusions in pgbench.c.Tom Lane2013-03-171-0/+1
* Move pqsignal() to libpgport.Tom Lane2013-03-171-1/+0
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-53/+0
* Add --aggregate-interval option.Tatsuo Ishii2013-01-311-12/+135
* Allow pgbench to use a scale larger than 21474.Heikki Linnakangas2013-01-291-32/+123