| Age | Commit message (Expand) | Author |
| 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 |
| 2005-11-16 | Fix comment on -v option | Tatsuo Ishii |
| 2005-10-29 | Fix some allocation size calculation errors that would cause pgbench | Tom Lane |
| 2005-10-15 | Fix unportable struct initializations. | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-07 | (Apologies for fat-fingering cvs commit command...) Should have read: | Tom Lane |
| 2005-10-07 | gni | Tom Lane |
| 2005-10-04 | Fix compile error | Teodor Sigaev |
| 2005-10-04 | Oops. Partially saved file was committed. | Tatsuo Ishii |
| 2005-10-04 | Allow multiple -f options. | Tatsuo Ishii |
| 2005-09-29 | Fix unportable usages in new pgbench code (strndup, ctype macros) | Tom Lane |
| 2005-09-29 | Add -f option which enables to read SQL commands from a file. | Tatsuo Ishii |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-05-24 | Correct a thinko in pgbench that might result in incorrectly ignoring an | Neil Conway |
| 2005-03-25 | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian |
| 2004-11-09 | This patch makes some cleanups to contrib/ to silence some sparse | Neil Conway |
| 2004-10-25 | Fix a bunch of 'old-style parameter declaration' warnings induced by | Tom Lane |
| 2004-09-14 | Win32 compile fixes for pgbench, pgcrypto, and tsearch. | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-06-14 | Add missing PQclear(). | Tatsuo Ishii |
| 2003-12-07 | Replace unportable and overflow-prone use of 'long long' with safer | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-26 | Patches from Yutaka Tanida. Create primary key indexes after data | Tatsuo Ishii |
| 2003-09-27 | Fixed calculation of bid when generating accounts. Used to create | Jan Wieck |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Fix some minor portability issues, per Chris K-L. | Tom Lane |
| 2003-06-10 | Fix uninitialized memory bug | Tatsuo Ishii |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2002-11-27 | Add note that scaling factor should be >= # of clients. | Tom Lane |
| 2002-10-20 | Fix core dump recently introduced into pgbench. | Tom Lane |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-10-07 | Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning | Tatsuo Ishii |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-15 | The attached patch changes most of the usages of sprintf() to | Bruce Momjian |
| 2002-07-20 | Apply patches from Neil Conway. | Tatsuo Ishii |
| 2002-05-20 | Update docs about new -N option | Tatsuo Ishii |
| 2002-02-24 | Add -N option which disables updation of branches and tellers tables. | Tatsuo Ishii |
| 2002-02-18 | Remove CHECKPOINT call from pgbench -- Not needed and affects performance. | Bruce Momjian |