]> granicus.if.org Git - postgresql/history - contrib/pgbench
Fix typo in comment.
[postgresql] / contrib / pgbench /
2005-12-10 Tom LaneRemove incorrect increment of lineno, per David Fetter.
2005-11-23 Tatsuo IshiiHaving blank lines in -f scripts was causing silent...
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-16 Tatsuo IshiiFix comment on -v option
2005-10-29 Tom LaneFix some allocation size calculation errors that would...
2005-10-15 Tom LaneFix unportable struct initializations.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-07 Tom Lane(Apologies for fat-fingering cvs commit command......
2005-10-07 Tom Lanegni
2005-10-04 Teodor SigaevFix compile error
2005-10-04 Tatsuo IshiiOops. Partially saved file was committed.
2005-10-04 Tatsuo IshiiAllow multiple -f options.
2005-09-29 Tom LaneFix unportable usages in new pgbench code (strndup...
2005-09-29 Tatsuo IshiiAdd -f option which enables to read SQL commands from...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-05-24 Neil ConwayCorrect a thinko in pgbench that might result in incorr...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2004-11-09 Neil ConwayThis patch makes some cleanups to contrib/ to silence...
2004-10-25 Tom LaneFix a bunch of 'old-style parameter declaration' warnin...
2004-09-14 Tom LaneWin32 compile fixes for pgbench, pgcrypto, and tsearch.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-06-14 Tatsuo IshiiAdd missing PQclear().
2003-12-07 Tom LaneReplace unportable and overflow-prone use of 'long...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-26 Tatsuo IshiiPatches from Yutaka Tanida. Create primary key indexes...
2003-09-27 Jan WieckFixed calculation of bid when generating accounts....
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix some minor portability issues, per Chris K-L.
2003-06-10 Tatsuo IshiiFix uninitialized memory bug
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2002-11-27 Tom LaneAdd note that scaling factor should be >= # of clients.
2002-10-20 Tom LaneFix core dump recently introduced into pgbench.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
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