Commit Graph

81 Commits (06edce4c3ffd71271d7beb6717bb133728571c8d)

Author SHA1 Message Date
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. 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
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. 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. 19 years ago
Tatsuo Ishii ea21eea6a8 Change "tps" to "scale" to avoid confusion 19 years ago
Tatsuo Ishii 66541c5aa5 Fix pgbench to handle empty lines in script files as documented. 19 years ago
Tatsuo Ishii 68dfef040b Fix memory allocation bug in pgbench. 19 years ago
Tatsuo Ishii 46d9c2ec8f Change the delta val from 0 and 10000 to -5000 and 5000 per recent 19 years ago
Tatsuo Ishii 0c57c832b9 New features contributed by Tomoaki Sato. 19 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
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane 9ee0a7df50 Fix some allocation size calculation errors that would cause pgbench 20 years ago
Tom Lane 0631059c9c Fix unportable struct initializations. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane d156e1f850 (Apologies for fat-fingering cvs commit command...) Should have read: 20 years ago
Tom Lane 6ae7671497 gni 20 years ago
Teodor Sigaev 380ab3669f Fix compile error 20 years ago
Tatsuo Ishii f50ae06e14 Allow multiple -f options. 20 years ago
Tom Lane c775b423c1 Fix unportable usages in new pgbench code (strndup, ctype macros) 20 years ago
Tatsuo Ishii 9b19abd74f Add -f option which enables to read SQL commands from a file. 20 years ago
Neil Conway a99b2852ca Correct a thinko in pgbench that might result in incorrectly ignoring an 21 years ago
Neil Conway 1b3e769682 This patch makes some cleanups to contrib/ to silence some sparse 21 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 21 years ago
Tom Lane bf06825e31 Win32 compile fixes for pgbench, pgcrypto, and tsearch. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago