| Age | Commit message (Expand) | Author |
| 2009-09-10 | pgbench has #defines for number of branches, tellers, and accounts. There | Tatsuo Ishii |
| 2009-08-03 | Portability and documentation fixes for threaded pgbench patch. | Tom Lane |
| 2009-08-03 | Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, | Tatsuo Ishii |
| 2009-07-30 | Make sure FD_SETSIZE is set before we include any Windows | Magnus Hagander |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-07 | Change pgbench to use the table names pgbench_accounts, pgbench_branches, | Tom Lane |
| 2009-02-27 | Equip the programs installed by contrib with proper --help and --version | Peter Eisentraut |
| 2009-02-25 | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut |
| 2009-01-06 | Remove outdated Japanese README files per discussion. | Tatsuo Ishii |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-09-11 | Add a duration option to pgbench, so that test length can be specified in sec... | Tom Lane |
| 2008-08-22 | Minor patch on pgbench | Bruce Momjian |
| 2008-05-09 | Give a warning if -s switch is used with a non-custom pgbench test. | Tom Lane |
| 2008-03-19 | Add -M (query mode) option per ITAGAKI Takahiro | Tatsuo Ishii |
| 2008-03-19 | Fix tps calculation when -C supplied. Per Yoshiyuki Asaba. | Tatsuo Ishii |
| 2008-03-12 | Add a comment explaining one of the ways that pgbench fails to fully | Tom Lane |
| 2008-03-10 | Fix pgbench's getrand() function so that min and max have approximately | Tom Lane |
| 2007-12-11 | Remove the -P options of oid2name and pgbench, as they are security | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-10-22 | Increase FD_SETSIZE on Win32 to allow for more than 54 clients. | Magnus Hagander |
| 2007-09-27 | Tweak pgbench.c to remove the hidden assumption that a WIN32 machine | Tom Lane |
| 2007-08-25 | The upper limit for -c option of pgbench is now obtained from | Tatsuo Ishii |
| 2007-08-22 | Fix possible core dump from pgbench -d option. Julius Stroffek | Tom Lane |
| 2007-07-15 | Fix possible portability problem, per buildfarm warnings. | Tom Lane |
| 2007-07-06 | Changed new \usleep command into \sleep with an optional time unit | Jan Wieck |
| 2007-07-06 | Added a new scripting meta command | Jan Wieck |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-05-24 | Avoid assuming that the fields of struct timeval have exactly type long. | Tom Lane |
| 2007-04-08 | Add -F option to set fillfactor for tellers, accounts and branches. | Tatsuo Ishii |
| 2007-04-06 | Enhance pgbench -l option to add timestamp. Patch contributed by Greg | Tatsuo Ishii |
| 2007-04-06 | Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro. | Tatsuo Ishii |
| 2007-03-13 | Set stderr to unbuffered for pgbench on win32. | Magnus Hagander |
| 2007-01-22 | Adjust pgbench so it won't spit up on non-select queries returning | Tom Lane |
| 2007-01-10 | Update copyright year | Tatsuo Ishii |
| 2006-12-26 | Call srandom() instead of srand(). | Tatsuo Ishii |
| 2006-10-21 | pgbench: More fix with handling default scaling factor in the default | Tatsuo Ishii |
| 2006-10-07 | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-16 | Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp. | Tom Lane |
| 2006-09-13 | Change "tps" to "scale" to avoid confusion | Tatsuo Ishii |
| 2006-08-15 | Fix pgbench to handle empty lines in script files as documented. | Tatsuo Ishii |
| 2006-07-31 | Fix memory allocation bug in pgbench. | Tatsuo Ishii |
| 2006-07-28 | Change the delta val from 0 and 10000 to -5000 and 5000 per recent | Tatsuo Ishii |
| 2006-07-26 | New features contributed by Tomoaki Sato. | Tatsuo Ishii |
| 2005-12-10 | Remove incorrect increment of lineno, per David Fetter. | Tom Lane |
| 2005-11-23 | Having blank lines in -f scripts was causing silent failures. | Tatsuo Ishii |
| 2005-11-23 | Fix pgindent of libpq-fe.h by hacking pgindent script. | Bruce Momjian |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |