summaryrefslogtreecommitdiff
path: root/contrib/pgbench/pgbench.c
Commit message (Expand)AuthorAgeFilesLines
* Fix core dump recently introduced into pgbench.Tom Lane2002-10-201-2/+1
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-2/+23
* Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returningTatsuo Ishii2002-10-071-21/+19
* pgindent run.Bruce Momjian2002-09-041-22/+28
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-151-10/+10
* Apply patches from Neil Conway.Tatsuo Ishii2002-07-201-22/+65
* Add -N option which disables updation of branches and tellers tables.Tatsuo Ishii2002-02-241-16/+46
* Remove CHECKPOINT call from pgbench -- Not needed and affects performance.Bruce Momjian2002-02-181-11/+1
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-101-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-5/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-74/+75
* "time" is now a reserved keyword(changed to "mtime").Tatsuo Ishii2001-10-241-3/+3
* Add -U, -P, -C options. See README.pgbench for more details.Tatsuo Ishii2001-09-091-31/+117
* When invoked with -i (initialize mode), split the copy command everyTatsuo Ishii2001-08-011-22/+45
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-5/+2
* Fix for PQsetdb port parameter due to the interface change.Tatsuo Ishii2000-11-011-3/+3
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-291-4/+4
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-121-3/+1
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-640/+723
* Modify pgbench.c not to depend on configure, since it's not shipped with one.Tom Lane2000-04-081-2/+2
* Add pgench: a TPC-B like benchmarking toolTatsuo Ishii2000-01-151-0/+737