summaryrefslogtreecommitdiff
path: root/contrib/pgbench/pgbench.c
AgeCommit message (Expand)Author
2009-02-27Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut
2009-02-25Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-09-11Add a duration option to pgbench, so that test length can be specified in sec...Tom Lane
2008-08-22Minor patch on pgbenchBruce Momjian
2008-05-09Give a warning if -s switch is used with a non-custom pgbench test.Tom Lane
2008-03-19Add -M (query mode) option per ITAGAKI TakahiroTatsuo Ishii
2008-03-19Fix tps calculation when -C supplied. Per Yoshiyuki Asaba.Tatsuo Ishii
2008-03-12Add a comment explaining one of the ways that pgbench fails to fullyTom Lane
2008-03-10Fix pgbench's getrand() function so that min and max have approximatelyTom Lane
2007-12-11Remove the -P options of oid2name and pgbench, as they are securityTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-22Increase FD_SETSIZE on Win32 to allow for more than 54 clients.Magnus Hagander
2007-09-27Tweak pgbench.c to remove the hidden assumption that a WIN32 machineTom Lane
2007-08-25The upper limit for -c option of pgbench is now obtained fromTatsuo Ishii
2007-08-22Fix possible core dump from pgbench -d option. Julius StroffekTom Lane
2007-07-15Fix possible portability problem, per buildfarm warnings.Tom Lane
2007-07-06Changed new \usleep command into \sleep with an optional time unitJan Wieck
2007-07-06Added a new scripting meta commandJan Wieck
2007-05-24Avoid assuming that the fields of struct timeval have exactly type long.Tom Lane
2007-04-08Add -F option to set fillfactor for tellers, accounts and branches.Tatsuo Ishii
2007-04-06Enhance pgbench -l option to add timestamp. Patch contributed by GregTatsuo Ishii
2007-04-06Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro.Tatsuo Ishii
2007-03-13Set stderr to unbuffered for pgbench on win32.Magnus Hagander
2007-01-22Adjust pgbench so it won't spit up on non-select queries returningTom Lane
2007-01-10Update copyright yearTatsuo Ishii
2006-12-26Call srandom() instead of srand().Tatsuo Ishii
2006-10-21pgbench: More fix with handling default scaling factor in the defaultTatsuo Ishii
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-16Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane
2006-09-13Change "tps" to "scale" to avoid confusionTatsuo Ishii
2006-08-15Fix pgbench to handle empty lines in script files as documented.Tatsuo Ishii
2006-07-31Fix memory allocation bug in pgbench.Tatsuo Ishii
2006-07-28Change the delta val from 0 and 10000 to -5000 and 5000 per recentTatsuo Ishii
2006-07-26New features contributed by Tomoaki Sato.Tatsuo Ishii
2005-12-10Remove incorrect increment of lineno, per David Fetter.Tom Lane
2005-11-23Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-29Fix some allocation size calculation errors that would cause pgbenchTom Lane
2005-10-15Fix unportable struct initializations.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-07(Apologies for fat-fingering cvs commit command...) Should have read:Tom Lane
2005-10-07gniTom Lane
2005-10-04Fix compile errorTeodor Sigaev
2005-10-04Allow multiple -f options.Tatsuo Ishii
2005-09-29Fix unportable usages in new pgbench code (strndup, ctype macros)Tom Lane
2005-09-29Add -f option which enables to read SQL commands from a file.Tatsuo Ishii
2005-05-24Correct a thinko in pgbench that might result in incorrectly ignoring anNeil Conway