| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow multiple -f options. | Tatsuo Ishii | 2005-10-04 | 1 | -467/+344 |
| * | Fix unportable usages in new pgbench code (strndup, ctype macros) | Tom Lane | 2005-09-29 | 1 | -7/+8 |
| * | Add -f option which enables to read SQL commands from a file. | Tatsuo Ishii | 2005-09-29 | 1 | -69/+543 |
| * | Correct a thinko in pgbench that might result in incorrectly ignoring an | Neil Conway | 2005-05-24 | 1 | -2/+2 |
| * | This patch makes some cleanups to contrib/ to silence some sparse | Neil Conway | 2004-11-09 | 1 | -7/+7 |
| * | Fix a bunch of 'old-style parameter declaration' warnings induced by | Tom Lane | 2004-10-25 | 1 | -3/+3 |
| * | Win32 compile fixes for pgbench, pgcrypto, and tsearch. | Tom Lane | 2004-09-14 | 1 | -5/+9 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -3/+3 |
| * | Add missing PQclear(). | Tatsuo Ishii | 2004-06-14 | 1 | -3/+3 |
| * | Replace unportable and overflow-prone use of 'long long' with safer | Tom Lane | 2003-12-07 | 1 | -5/+5 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Patches from Yutaka Tanida. Create primary key indexes after data | Tatsuo Ishii | 2003-11-26 | 1 | -5/+22 |
| * | Fixed calculation of bid when generating accounts. Used to create | Jan Wieck | 2003-09-27 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Fix some minor portability issues, per Chris K-L. | Tom Lane | 2003-08-01 | 1 | -5/+5 |
| * | Fix uninitialized memory bug | Tatsuo Ishii | 2003-06-10 | 1 | -4/+15 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -8/+1 |
| * | Fix core dump recently introduced into pgbench. | Tom Lane | 2002-10-20 | 1 | -2/+1 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 1 | -2/+23 |
| * | Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning | Tatsuo Ishii | 2002-10-07 | 1 | -21/+19 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -22/+28 |
| * | The attached patch changes most of the usages of sprintf() to | Bruce Momjian | 2002-08-15 | 1 | -10/+10 |
| * | Apply patches from Neil Conway. | Tatsuo Ishii | 2002-07-20 | 1 | -22/+65 |
| * | Add -N option which disables updation of branches and tellers tables. | Tatsuo Ishii | 2002-02-24 | 1 | -16/+46 |
| * | Remove CHECKPOINT call from pgbench -- Not needed and affects performance. | Bruce Momjian | 2002-02-18 | 1 | -11/+1 |
| * | The result of getopt() should be compared to -1, not EOF, per | Tom Lane | 2002-01-10 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -5/+5 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -74/+75 |
| * | "time" is now a reserved keyword(changed to "mtime"). | Tatsuo Ishii | 2001-10-24 | 1 | -3/+3 |
| * | Add -U, -P, -C options. See README.pgbench for more details. | Tatsuo Ishii | 2001-09-09 | 1 | -31/+117 |
| * | When invoked with -i (initialize mode), split the copy command every | Tatsuo Ishii | 2001-08-01 | 1 | -22/+45 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -5/+2 |
| * | Fix for PQsetdb port parameter due to the interface change. | Tatsuo Ishii | 2000-11-01 | 1 | -3/+3 |
| * | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut | 2000-09-29 | 1 | -4/+4 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -3/+1 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -2/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -640/+723 |
| * | Modify pgbench.c not to depend on configure, since it's not shipped with one. | Tom Lane | 2000-04-08 | 1 | -2/+2 |
| * | Add pgench: a TPC-B like benchmarking tool | Tatsuo Ishii | 2000-01-15 | 1 | -0/+737 |