]> granicus.if.org Git - postgresql/history - contrib/pgbench/pgbench.c
Update copyright for 2009.
[postgresql] / contrib / pgbench / pgbench.c
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-11 Tom LaneAdd a duration option to pgbench, so that test length...
2008-08-22 Bruce MomjianMinor patch on pgbench
2008-05-09 Tom LaneGive a warning if -s switch is used with a non-custom...
2008-03-19 Tatsuo IshiiAdd -M (query mode) option per ITAGAKI Takahiro
2008-03-19 Tatsuo IshiiFix tps calculation when -C supplied. Per Yoshiyuki...
2008-03-12 Tom LaneAdd a comment explaining one of the ways that pgbench...
2008-03-10 Tom LaneFix pgbench's getrand() function so that min and max...
2007-12-11 Tom LaneRemove the -P options of oid2name and pgbench, as they...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-22 Magnus HaganderIncrease FD_SETSIZE on Win32 to allow for more than...
2007-09-27 Tom LaneTweak pgbench.c to remove the hidden assumption that...
2007-08-25 Tatsuo IshiiThe upper limit for -c option of pgbench is now obtaine...
2007-08-22 Tom LaneFix possible core dump from pgbench -d option. Julius...
2007-07-15 Tom LaneFix possible portability problem, per buildfarm warnings.
2007-07-06 Jan WieckChanged new \usleep command into \sleep with an optiona...
2007-07-06 Jan WieckAdded a new scripting meta command
2007-05-24 Tom LaneAvoid assuming that the fields of struct timeval have...
2007-04-08 Tatsuo IshiiAdd -F option to set fillfactor for tellers, accounts...
2007-04-06 Tatsuo IshiiEnhance pgbench -l option to add timestamp. Patch contr...
2007-04-06 Tatsuo IshiiVarious pgbench enhancements. Patch contributed by...
2007-03-13 Magnus HaganderSet stderr to unbuffered for pgbench on win32.
2007-01-22 Tom LaneAdjust pgbench so it won't spit up on non-select querie...
2007-01-10 Tatsuo IshiiUpdate copyright year
2006-12-26 Tatsuo IshiiCall srandom() instead of srand().
2006-10-21 Tatsuo Ishiipgbench: More fix with handling default scaling factor...
2006-10-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-16 Tom LaneFix some more uses of str[n]casecmp that should be...
2006-09-13 Tatsuo IshiiChange "tps" to "scale" to avoid confusion
2006-08-15 Tatsuo IshiiFix pgbench to handle empty lines in script files as...
2006-07-31 Tatsuo IshiiFix memory allocation bug in pgbench.
2006-07-28 Tatsuo IshiiChange the delta val from 0 and 10000 to -5000 and...
2006-07-26 Tatsuo IshiiNew features contributed by Tomoaki Sato.
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-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 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-05-24 Neil ConwayCorrect a thinko in pgbench that might result in incorr...
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-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-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-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