Commit Graph

103 Commits (5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc)

Author SHA1 Message Date
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 00f76dbffa Get rid of a bunch of dubious error handling code in pgbench by just erroring 15 years ago
Tom Lane 5a4e19abe6 Add the ability to compute per-statement latencies (ie, average execution 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Itagaki Takahiro a887c486d5 Each worker thread will have its own log file in pgbench to avoid interleaved 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Itagaki Takahiro a8a198b10b Adjust headers to allow pgbench to be built with PGXS. 16 years ago
Itagaki Takahiro 660f532898 Add verification of variable names in pgbench. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Itagaki Takahiro 7d67e06297 Add \shell and \setshell meta commands to pgbench. 16 years ago
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 16 years ago
Tom Lane 7ffb14f9db Portability and documentation fixes for threaded pgbench patch. 16 years ago
Tatsuo Ishii 3da0dfb4b1 Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, 16 years ago
Magnus Hagander a23c641578 Make sure FD_SETSIZE is set before we include any Windows 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane 48caf91b66 Change pgbench to use the table names pgbench_accounts, pgbench_branches, 16 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
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 17 years ago
Bruce Momjian 6152de97d3 Minor patch on pgbench 17 years ago
Tom Lane 6b1b4641b8 Give a warning if -s switch is used with a non-custom pgbench test. 17 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
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 18 years ago
Tom Lane d097534219 Fix possible core dump from pgbench -d option. Julius Stroffek 18 years ago
Tom Lane cd54eb2b5b Fix possible portability problem, per buildfarm warnings. 18 years ago
Jan Wieck 9fbcf6625e Changed new \usleep command into \sleep with an optional time unit 18 years ago
Jan Wieck 0f17da9b3e Added a new scripting meta command 18 years ago
Tom Lane a868e24660 Avoid assuming that the fields of struct timeval have exactly type long. 18 years ago
Tatsuo Ishii 2fca2c05e7 Add -F option to set fillfactor for tellers, accounts and branches. 18 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. 19 years ago
Tatsuo Ishii ea21eea6a8 Change "tps" to "scale" to avoid confusion 19 years ago