Commit Graph

133 Commits (8396447cdbdff0b62914748de2fec04281dc9114)

Author SHA1 Message Date
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Tatsuo Ishii 6a651d85eb Add --aggregate-interval option. 13 years ago
Heikki Linnakangas 89d00cbe01 Allow pgbench to use a scale larger than 21474. 13 years ago
Tatsuo Ishii cf03ff6c4e Add new "-q" logging option (quiet mode) while in initialize mode 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian bd9c8e741b Move long_options structures to the top of main() functions, for 13 years ago
Tom Lane ca0b960eb5 Prevent overflow in pgbench's percent-done display. 13 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Heikki Linnakangas e1be1df51f Add --sampling-rate option to pgbench. 13 years ago
Tom Lane 09ac603c36 Work around unportable behavior of malloc(0) and realloc(NULL, 0). 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Peter Eisentraut 4c60b80094 pgbench: Show better progress when loading tuples 13 years ago
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 13 years ago
Robert Haas 17676c785a Make oid2name, pgbench, and vacuumlo set fallback_application_name. 13 years ago
Robert Haas 47c7365e79 Make pgbench -i emit only one-tenth as many status messages. 13 years ago
Tom Lane afe1c51c9d Add pgbench option to add foreign key constraints to the standard scenario. 13 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut 510860a6a5 Small cleanups of contrib --help output 14 years ago
Peter Eisentraut 081ca7a0d1 Tweak contrib --help output to match common style 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Tom Lane 5f42e5945b Remove no-longer-used variable. 14 years ago
Robert Haas 68cbb9f4e7 Modestly improve pgbench's checking for invalid ranges. 14 years ago
Robert Haas 4af43ee3f1 Make pgbench use erand48() rather than random(). 14 years ago
Robert Haas 60fb25a3f5 Move new pgbench options to correct section of --help output. 14 years ago
Robert Haas 7c26395661 Add new pgbench options, --tablespace and --index-tablespace. 14 years ago
Robert Haas 2d6fee09eb Add new pgbench switch, --unlogged-tables. 14 years ago
Peter Eisentraut 94a8fde403 Put options help in alphabetical order 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
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 16 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, 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