| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 3 | -40/+100 |
| * | Update docs about new -N option | Tatsuo Ishii | 2002-05-20 | 2 | -8/+13 |
| * | Add -N option which disables updation of branches and tellers tables. | Tatsuo Ishii | 2002-02-24 | 3 | -18/+67 |
| * | 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 | 3 | -6/+13 |
| * | Add -U, -P, -C options. See README.pgbench for more details. | Tatsuo Ishii | 2001-09-09 | 3 | -94/+211 |
| * | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut | 2001-09-06 | 1 | -28/+6 |
| * | When invoked with -i (initialize mode), split the copy command every | Tatsuo Ishii | 2001-08-01 | 1 | -22/+45 |
| * | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 | 1 | -3/+3 |
| * | Fix README in Japanese to sync with README.pgbench updated by Tom. | Tatsuo Ishii | 2001-02-17 | 1 | -6/+9 |
| * | Update README's install instructions to agree with current reality. | Tom Lane | 2001-02-16 | 1 | -9/+10 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -5/+2 |
| * | Fix bogus makefiles ... these didn't build on platforms that are stickyREL7_1_BETA | Tom Lane | 2000-12-04 | 1 | -3/+14 |
| * | Fix for PQsetdb port parameter due to the interface change. | Tatsuo Ishii | 2000-11-01 | 1 | -3/+3 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -4/+4 |
| * | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut | 2000-09-29 | 1 | -4/+4 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -3/+3 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -3/+1 |
| * | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 | 1 | -39/+17 |
| * | Very small changes in the contrib's pg_dumplo in the attache. | Bruce Momjian | 2000-07-03 | 1 | -0/+0 |
| * | Remove old README files. | Bruce Momjian | 2000-06-19 | 1 | -0/+0 |
| * | Add missing /contrib files | Bruce Momjian | 2000-06-19 | 2 | -0/+315 |
| * | Update to /contrib from Karel. | Bruce Momjian | 2000-06-19 | 4 | -318/+3 |
| * | Cleanup README Makefile installs. | Bruce Momjian | 2000-06-16 | 1 | -3/+3 |
| * | Add missing /contrib files to CVS. | Bruce Momjian | 2000-06-15 | 1 | -0/+166 |
| * | /contrib patch from Karel. | Bruce Momjian | 2000-06-15 | 2 | -179/+38 |
| * | 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 | 4 | -0/+1075 |