Commit Graph

118 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
Tom Lane 6b45e3b7aa Arrange to generate different random sequences in the different child 16 years ago
Tatsuo Ishii f82d4d5302 pgbench has #defines for number of branches, tellers, and accounts. There 17 years ago
Tom Lane 7ffb14f9db Portability and documentation fixes for threaded pgbench patch. 17 years ago
Tatsuo Ishii 3da0dfb4b1 Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, 17 years ago
Magnus Hagander a23c641578 Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 48caf91b66 Change pgbench to use the table names pgbench_accounts, pgbench_branches, 17 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Peter Eisentraut a3c502c89f Remove feof(stdin) calls related to when to prompt for a password, 17 years ago
Tatsuo Ishii 40e01e267d Remove outdated Japanese README files per discussion. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane cff4aa6ad6 Add a duration option to pgbench, so that test length can be specified in seconds 18 years ago
Bruce Momjian 6152de97d3 Minor patch on pgbench 18 years ago
Tom Lane 6b1b4641b8 Give a warning if -s switch is used with a non-custom pgbench test. 18 years ago
Tatsuo Ishii 49639a7b2c Add -M (query mode) option per ITAGAKI Takahiro 18 years ago
Tatsuo Ishii f755f2fef3 Fix tps calculation when -C supplied. Per Yoshiyuki Asaba. 18 years ago
Tom Lane b7a67c2840 Add a comment explaining one of the ways that pgbench fails to fully 18 years ago
Tom Lane 9537739f7f Fix pgbench's getrand() function so that min and max have approximately 18 years ago
Tom Lane 4192f2d85a Remove the -P options of oid2name and pgbench, as they are security 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Magnus Hagander f04b8a8e2c Increase FD_SETSIZE on Win32 to allow for more than 54 clients. 18 years ago
Tom Lane ffda674769 Tweak pgbench.c to remove the hidden assumption that a WIN32 machine 18 years ago
Tatsuo Ishii e4a52eca35 The upper limit for -c option of pgbench is now obtained from 19 years ago
Tom Lane d097534219 Fix possible core dump from pgbench -d option. Julius Stroffek 19 years ago
Tom Lane cd54eb2b5b Fix possible portability problem, per buildfarm warnings. 19 years ago
Jan Wieck 9fbcf6625e Changed new \usleep command into \sleep with an optional time unit 19 years ago
Jan Wieck 0f17da9b3e Added a new scripting meta command 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane a868e24660 Avoid assuming that the fields of struct timeval have exactly type long. 19 years ago
Tatsuo Ishii 2fca2c05e7 Add -F option to set fillfactor for tellers, accounts and branches. 19 years ago
Tatsuo Ishii e574f2a029 Enhance pgbench -l option to add timestamp. Patch contributed by Greg 19 years ago
Tatsuo Ishii 7e96269a82 Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro. 19 years ago
Magnus Hagander b082ef7f12 Set stderr to unbuffered for pgbench on win32. 19 years ago
Tom Lane 686f15e39e Adjust pgbench so it won't spit up on non-select queries returning 19 years ago
Tatsuo Ishii a733d281c0 Update copyright year 19 years ago
Tatsuo Ishii 39def593c5 Call srandom() instead of srand(). 19 years ago
Tatsuo Ishii a5007d671a pgbench: More fix with handling default scaling factor in the default 19 years ago
Tom Lane 71a6f8b85b On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane ac733df61b Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp. 20 years ago
Tatsuo Ishii ea21eea6a8 Change "tps" to "scale" to avoid confusion 20 years ago
Tatsuo Ishii 66541c5aa5 Fix pgbench to handle empty lines in script files as documented. 20 years ago
Tatsuo Ishii 68dfef040b Fix memory allocation bug in pgbench. 20 years ago
Tatsuo Ishii 46d9c2ec8f Change the delta val from 0 and 10000 to -5000 and 5000 per recent 20 years ago
Tatsuo Ishii 0c57c832b9 New features contributed by Tomoaki Sato. 20 years ago
Tom Lane 69525fc0ef Remove incorrect increment of lineno, per David Fetter. 20 years ago
Tatsuo Ishii baa6b22fcb Having blank lines in -f scripts was causing silent failures. 20 years ago
Bruce Momjian aac96b8994 Fix pgindent of libpq-fe.h by hacking pgindent script. 20 years ago