summaryrefslogtreecommitdiff
path: root/contrib/pgbench
Commit message (Expand)AuthorAgeFilesLines
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* 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
* Remove outdated Japanese README files per discussion.Tatsuo Ishii2009-01-061-326/+0
* 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
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-3/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-284/+0
* 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-062-10/+32
* Added a new scripting meta commandJan Wieck2007-07-062-6/+107
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* 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-083-11/+52
* Enhance pgbench -l option to add timestamp. Patch contributed by GregTatsuo Ishii2007-04-063-9/+52
* Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro.Tatsuo Ishii2007-04-063-254/+75
* 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-213-3/+31
* 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
* Change "tps" to "scale" to avoid confusionTatsuo Ishii2006-09-133-36/+56
* Fix pgbench to handle empty lines in script files as documented.Tatsuo Ishii2006-08-151-3/+3
* Fix memory allocation bug in pgbench.Tatsuo Ishii2006-07-311-2/+2
* Change the delta val from 0 and 10000 to -5000 and 5000 per recentTatsuo Ishii2006-07-281-30/+25
* New features contributed by Tomoaki Sato.Tatsuo Ishii2006-07-263-61/+333
* Remove incorrect increment of lineno, per David Fetter.Tom Lane2005-12-101-4/+6
* Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii2005-11-231-6/+12
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-3/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+3
* Fix comment on -v optionTatsuo Ishii2005-11-161-4/+9
* Fix some allocation size calculation errors that would cause pgbenchTom Lane2005-10-291-9/+9