]> granicus.if.org Git - postgresql/history - contrib/pgbench/pgbench.c
Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning
[postgresql] / contrib / pgbench / pgbench.c
2002-10-07 Tatsuo IshiiAvoid PQisBusy/PQconsumeInput busy loop in case of...
2002-09-04 Bruce Momjianpgindent run.
2002-08-15 Bruce MomjianThe attached patch changes most of the usages of sprint...
2002-07-20 Tatsuo IshiiApply patches from Neil Conway.
2002-02-24 Tatsuo IshiiAdd -N option which disables updation of branches and...
2002-02-18 Bruce MomjianRemove CHECKPOINT call from pgbench -- Not needed and...
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-24 Tatsuo Ishii"time" is now a reserved keyword(changed to "mtime").
2001-09-09 Tatsuo IshiiAdd -U, -P, -C options. See README.pgbench for more...
2001-08-01 Tatsuo IshiiWhen invoked with -i (initialize mode), split the copy...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-01 Tatsuo IshiiFix for PQsetdb port parameter due to the interface...
2000-09-29 Peter EisentrautStandardize on __CYGWIN__ rather than __CYGWIN32__...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Tom LaneModify pgbench.c not to depend on configure, since...
2000-01-15 Tatsuo IshiiAdd pgench: a TPC-B like benchmarking tool