| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -18/+18 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Get rid of a bunch of dubious error handling code in pgbench by just erroring | Tom Lane | 2010-08-12 | 1 | -113/+94 |
| * | Add the ability to compute per-statement latencies (ie, average execution | Tom Lane | 2010-08-12 | 1 | -53/+174 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -6/+6 |
| * | Each worker thread will have its own log file in pgbench to avoid interleaved | Itagaki Takahiro | 2010-03-23 | 1 | -30/+41 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -92/+94 |
| * | Adjust headers to allow pgbench to be built with PGXS. | Itagaki Takahiro | 2010-01-06 | 1 | -6/+3 |
| * | Add verification of variable names in pgbench. | Itagaki Takahiro | 2010-01-06 | 1 | -23/+38 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add \shell and \setshell meta commands to pgbench. | Itagaki Takahiro | 2009-12-15 | 1 | -5/+157 |
| * | Arrange to generate different random sequences in the different child | Tom Lane | 2009-12-11 | 1 | -4/+16 |
| * | pgbench has #defines for number of branches, tellers, and accounts. There | Tatsuo Ishii | 2009-09-10 | 1 | -9/+9 |
| * | Portability and documentation fixes for threaded pgbench patch. | Tom Lane | 2009-08-03 | 1 | -16/+27 |
| * | Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, | Tatsuo Ishii | 2009-08-03 | 1 | -278/+510 |
| * | Make sure FD_SETSIZE is set before we include any Windows | Magnus Hagander | 2009-07-30 | 1 | -3/+6 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -69/+80 |
| * | Change pgbench to use the table names pgbench_accounts, pgbench_branches, | Tom Lane | 2009-05-07 | 1 | -53/+51 |
| * | Equip the programs installed by contrib with proper --help and --version | Peter Eisentraut | 2009-02-27 | 1 | -7/+56 |
| * | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 | 1 | -3/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Add a duration option to pgbench, so that test length can be specified in sec... | Tom Lane | 2008-09-11 | 1 | -9/+109 |
| * | Minor patch on pgbench | Bruce Momjian | 2008-08-22 | 1 | -4/+6 |
| * | Give a warning if -s switch is used with a non-custom pgbench test. | Tom Lane | 2008-05-09 | 1 | -32/+21 |
| * | Add -M (query mode) option per ITAGAKI Takahiro | Tatsuo Ishii | 2008-03-19 | 1 | -63/+238 |
| * | Fix tps calculation when -C supplied. Per Yoshiyuki Asaba. | Tatsuo Ishii | 2008-03-19 | 1 | -31/+80 |
| * | Add a comment explaining one of the ways that pgbench fails to fully | Tom Lane | 2008-03-12 | 1 | -1/+11 |
| * | Fix pgbench's getrand() function so that min and max have approximately | Tom Lane | 2008-03-10 | 1 | -3/+7 |
| * | Remove the -P options of oid2name and pgbench, as they are security | Tom Lane | 2007-12-11 | 1 | -26/+40 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -20/+21 |
| * | Increase FD_SETSIZE on Win32 to allow for more than 54 clients. | Magnus Hagander | 2007-10-22 | 1 | -1/+3 |
| * | Tweak pgbench.c to remove the hidden assumption that a WIN32 machine | Tom Lane | 2007-09-27 | 1 | -7/+3 |
| * | The upper limit for -c option of pgbench is now obtained from | Tatsuo Ishii | 2007-08-25 | 1 | -2/+7 |
| * | Fix possible core dump from pgbench -d option. Julius Stroffek | Tom Lane | 2007-08-22 | 1 | -2/+2 |
| * | Fix possible portability problem, per buildfarm warnings. | Tom Lane | 2007-07-15 | 1 | -2/+2 |
| * | Changed new \usleep command into \sleep with an optional time unit | Jan Wieck | 2007-07-06 | 1 | -4/+26 |
| * | Added a new scripting meta command | Jan Wieck | 2007-07-06 | 1 | -5/+96 |
| * | Avoid assuming that the fields of struct timeval have exactly type long. | Tom Lane | 2007-05-24 | 1 | -2/+3 |
| * | Add -F option to set fillfactor for tellers, accounts and branches. | Tatsuo Ishii | 2007-04-08 | 1 | -7/+36 |
| * | Enhance pgbench -l option to add timestamp. Patch contributed by Greg | Tatsuo Ishii | 2007-04-06 | 1 | -2/+3 |
| * | Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro. | Tatsuo Ishii | 2007-04-06 | 1 | -153/+67 |
| * | Set stderr to unbuffered for pgbench on win32. | Magnus Hagander | 2007-03-13 | 1 | -1/+6 |
| * | Adjust pgbench so it won't spit up on non-select queries returning | Tom Lane | 2007-01-22 | 1 | -16/+17 |
| * | Update copyright year | Tatsuo Ishii | 2007-01-10 | 1 | -2/+2 |
| * | Call srandom() instead of srand(). | Tatsuo Ishii | 2006-12-26 | 1 | -2/+2 |
| * | pgbench: More fix with handling default scaling factor in the default | Tatsuo Ishii | 2006-10-21 | 1 | -1/+21 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 1 | -9/+10 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -9/+11 |
| * | Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp. | Tom Lane | 2006-09-16 | 1 | -6/+6 |