index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgbench
/
pgbench.c
Age
Commit message (
Expand
)
Author
2009-02-27
Equip the programs installed by contrib with proper --help and --version
Peter Eisentraut
2009-02-25
Remove feof(stdin) calls related to when to prompt for a password,
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-09-11
Add a duration option to pgbench, so that test length can be specified in sec...
Tom Lane
2008-08-22
Minor patch on pgbench
Bruce Momjian
2008-05-09
Give a warning if -s switch is used with a non-custom pgbench test.
Tom Lane
2008-03-19
Add -M (query mode) option per ITAGAKI Takahiro
Tatsuo Ishii
2008-03-19
Fix tps calculation when -C supplied. Per Yoshiyuki Asaba.
Tatsuo Ishii
2008-03-12
Add a comment explaining one of the ways that pgbench fails to fully
Tom Lane
2008-03-10
Fix pgbench's getrand() function so that min and max have approximately
Tom Lane
2007-12-11
Remove the -P options of oid2name and pgbench, as they are security
Tom Lane
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-22
Increase FD_SETSIZE on Win32 to allow for more than 54 clients.
Magnus Hagander
2007-09-27
Tweak pgbench.c to remove the hidden assumption that a WIN32 machine
Tom Lane
2007-08-25
The upper limit for -c option of pgbench is now obtained from
Tatsuo Ishii
2007-08-22
Fix possible core dump from pgbench -d option. Julius Stroffek
Tom Lane
2007-07-15
Fix possible portability problem, per buildfarm warnings.
Tom Lane
2007-07-06
Changed new \usleep command into \sleep with an optional time unit
Jan Wieck
2007-07-06
Added a new scripting meta command
Jan Wieck
2007-05-24
Avoid assuming that the fields of struct timeval have exactly type long.
Tom Lane
2007-04-08
Add -F option to set fillfactor for tellers, accounts and branches.
Tatsuo Ishii
2007-04-06
Enhance pgbench -l option to add timestamp. Patch contributed by Greg
Tatsuo Ishii
2007-04-06
Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro.
Tatsuo Ishii
2007-03-13
Set stderr to unbuffered for pgbench on win32.
Magnus Hagander
2007-01-22
Adjust pgbench so it won't spit up on non-select queries returning
Tom Lane
2007-01-10
Update copyright year
Tatsuo Ishii
2006-12-26
Call srandom() instead of srand().
Tatsuo Ishii
2006-10-21
pgbench: More fix with handling default scaling factor in the default
Tatsuo Ishii
2006-10-07
On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-16
Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.
Tom Lane
2006-09-13
Change "tps" to "scale" to avoid confusion
Tatsuo Ishii
2006-08-15
Fix pgbench to handle empty lines in script files as documented.
Tatsuo Ishii
2006-07-31
Fix memory allocation bug in pgbench.
Tatsuo Ishii
2006-07-28
Change the delta val from 0 and 10000 to -5000 and 5000 per recent
Tatsuo Ishii
2006-07-26
New features contributed by Tomoaki Sato.
Tatsuo Ishii
2005-12-10
Remove incorrect increment of lineno, per David Fetter.
Tom Lane
2005-11-23
Having blank lines in -f scripts was causing silent failures.
Tatsuo Ishii
2005-11-23
Fix pgindent of libpq-fe.h by hacking pgindent script.
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-29
Fix some allocation size calculation errors that would cause pgbench
Tom Lane
2005-10-15
Fix unportable struct initializations.
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-07
(Apologies for fat-fingering cvs commit command...) Should have read:
Tom Lane
2005-10-07
gni
Tom Lane
2005-10-04
Fix compile error
Teodor Sigaev
2005-10-04
Allow multiple -f options.
Tatsuo Ishii
2005-09-29
Fix unportable usages in new pgbench code (strndup, ctype macros)
Tom Lane
2005-09-29
Add -f option which enables to read SQL commands from a file.
Tatsuo Ishii
2005-05-24
Correct a thinko in pgbench that might result in incorrectly ignoring an
Neil Conway
[next]