summaryrefslogtreecommitdiff
path: root/contrib/pgbench
AgeCommit message (Expand)Author
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-12Get rid of a bunch of dubious error handling code in pgbench by just erroringTom Lane
2010-08-12Add the ability to compute per-statement latencies (ie, average executionTom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-03-23Each worker thread will have its own log file in pgbench to avoid interleavedItagaki Takahiro
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-06Adjust headers to allow pgbench to be built with PGXS.Itagaki Takahiro
2010-01-06Add verification of variable names in pgbench.Itagaki Takahiro
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro
2009-12-11Arrange to generate different random sequences in the different childTom Lane
2009-09-10pgbench has #defines for number of branches, tellers, and accounts. ThereTatsuo Ishii
2009-08-03Portability and documentation fixes for threaded pgbench patch.Tom Lane
2009-08-03Multi-threaded version of pgbench contributed by ITAGAKI Takahiro,Tatsuo Ishii
2009-07-30Make sure FD_SETSIZE is set before we include any WindowsMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-07Change pgbench to use the table names pgbench_accounts, pgbench_branches,Tom Lane
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-06Remove outdated Japanese README files per discussion.Tatsuo Ishii
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-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce 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-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
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