]> granicus.if.org Git - postgresql/history - contrib/pgbench
Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning
[postgresql] / contrib / pgbench /
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-05-20 Tatsuo IshiiUpdate docs about new -N option
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-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-01 Tatsuo IshiiWhen invoked with -i (initialize mode), split the copy...
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-17 Tatsuo IshiiFix README in Japanese to sync with README.pgbench...
2001-02-16 Tom LaneUpdate README's install instructions to agree with...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-12-04 Tom LaneFix bogus makefiles ... these didn't build on platforms... REL7_1_BETA
2000-11-01 Tatsuo IshiiFix for PQsetdb port parameter due to the interface...
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-09-29 Peter EisentrautStandardize on __CYGWIN__ rather than __CYGWIN32__...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-03 Bruce Momjian Very small changes in the contrib's pg_dumplo in the...
2000-06-19 Bruce MomjianRemove old README files.
2000-06-19 Bruce MomjianAdd missing /contrib files
2000-06-19 Bruce MomjianUpdate to /contrib from Karel.
2000-06-16 Bruce MomjianCleanup README Makefile installs.
2000-06-15 Bruce MomjianAdd missing /contrib files to CVS.
2000-06-15 Bruce Momjian/contrib patch from Karel.
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