summaryrefslogtreecommitdiff
path: root/contrib/pgbench/pgbench.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-18/+18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Get rid of a bunch of dubious error handling code in pgbench by just erroringTom Lane2010-08-121-113/+94
* Add the ability to compute per-statement latencies (ie, average executionTom Lane2010-08-121-53/+174
* pgindent run for 9.0, second runBruce Momjian2010-07-061-6/+6
* Each worker thread will have its own log file in pgbench to avoid interleavedItagaki Takahiro2010-03-231-30/+41
* pgindent run for 9.0Bruce Momjian2010-02-261-92/+94
* Adjust headers to allow pgbench to be built with PGXS.Itagaki Takahiro2010-01-061-6/+3
* Add verification of variable names in pgbench.Itagaki Takahiro2010-01-061-23/+38
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro2009-12-151-5/+157
* Arrange to generate different random sequences in the different childTom Lane2009-12-111-4/+16
* pgbench has #defines for number of branches, tellers, and accounts. ThereTatsuo Ishii2009-09-101-9/+9
* Portability and documentation fixes for threaded pgbench patch.Tom Lane2009-08-031-16/+27
* Multi-threaded version of pgbench contributed by ITAGAKI Takahiro,Tatsuo Ishii2009-08-031-278/+510
* Make sure FD_SETSIZE is set before we include any WindowsMagnus Hagander2009-07-301-3/+6
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-69/+80
* Change pgbench to use the table names pgbench_accounts, pgbench_branches,Tom Lane2009-05-071-53/+51
* Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut2009-02-271-7/+56
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-251-3/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a duration option to pgbench, so that test length can be specified in sec...Tom Lane2008-09-111-9/+109
* Minor patch on pgbenchBruce Momjian2008-08-221-4/+6
* Give a warning if -s switch is used with a non-custom pgbench test.Tom Lane2008-05-091-32/+21
* Add -M (query mode) option per ITAGAKI TakahiroTatsuo Ishii2008-03-191-63/+238
* Fix tps calculation when -C supplied. Per Yoshiyuki Asaba.Tatsuo Ishii2008-03-191-31/+80
* Add a comment explaining one of the ways that pgbench fails to fullyTom Lane2008-03-121-1/+11
* Fix pgbench's getrand() function so that min and max have approximatelyTom Lane2008-03-101-3/+7
* Remove the -P options of oid2name and pgbench, as they are securityTom Lane2007-12-111-26/+40
* pgindent run for 8.3.Bruce Momjian2007-11-151-20/+21
* Increase FD_SETSIZE on Win32 to allow for more than 54 clients.Magnus Hagander2007-10-221-1/+3
* Tweak pgbench.c to remove the hidden assumption that a WIN32 machineTom Lane2007-09-271-7/+3
* The upper limit for -c option of pgbench is now obtained fromTatsuo Ishii2007-08-251-2/+7
* Fix possible core dump from pgbench -d option. Julius StroffekTom Lane2007-08-221-2/+2
* Fix possible portability problem, per buildfarm warnings.Tom Lane2007-07-151-2/+2
* Changed new \usleep command into \sleep with an optional time unitJan Wieck2007-07-061-4/+26
* Added a new scripting meta commandJan Wieck2007-07-061-5/+96
* Avoid assuming that the fields of struct timeval have exactly type long.Tom Lane2007-05-241-2/+3
* Add -F option to set fillfactor for tellers, accounts and branches.Tatsuo Ishii2007-04-081-7/+36
* Enhance pgbench -l option to add timestamp. Patch contributed by GregTatsuo Ishii2007-04-061-2/+3
* Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro.Tatsuo Ishii2007-04-061-153/+67
* Set stderr to unbuffered for pgbench on win32.Magnus Hagander2007-03-131-1/+6
* Adjust pgbench so it won't spit up on non-select queries returningTom Lane2007-01-221-16/+17
* Update copyright yearTatsuo Ishii2007-01-101-2/+2
* Call srandom() instead of srand().Tatsuo Ishii2006-12-261-2/+2
* pgbench: More fix with handling default scaling factor in the defaultTatsuo Ishii2006-10-211-1/+21
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-9/+10
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+11
* Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-161-6/+6