Commit Graph

194 Commits (b34e37bfefbed1bf9396dde18f308d8b96fd176c)

Author SHA1 Message Date
Tatsuo Ishii 51222a1766 Enhance pgbench's option checking. 11 years ago
Heikki Linnakangas cd74a151b5 Windows doesn't have M_PI; define it ourselves when needed. 11 years ago
Robert Haas ed802e7dc3 pgbench: Allow \setrandom to generate Gaussian/exponential distributions. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Tom Lane 9a65fb3507 Allow total number of transactions in pgbench to exceed INT_MAX. 11 years ago
Tom Lane e41cc470bb Fix non-C89-compatible coding in pgbench. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut 192d8e04bd pgbench: Fix help message 12 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago
Heikki Linnakangas 277279981f Prevent integer overflow with --progress >= 2148 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tatsuo Ishii 841a65482d Fix progress logging when scale factor is large. 12 years ago
Tom Lane 61a07bae47 Remove pgbench's hardwired limit on line length in custom script files. 12 years ago
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Noah Misch 7db0dc0eac pgbench: Comment on thread timing hazards. 12 years ago
Noah Misch 2d6c0f10ef pgbench: Elaborate latency reporting. 12 years ago
Noah Misch 8e00a3850d pgbench: Remove stray use of "float" math. 12 years ago
Fujii Masao 514b3194e8 Correct comment of pgbench "filler" columns. 12 years ago
Noah Misch c2df45a37c pgbench: Correct for bias in --rate schedule generation. 12 years ago
Noah Misch 825da2aba8 pgbench: Tweak documentation. 12 years ago
Tatsuo Ishii fc9f4e9f8c Add --rate option. 12 years ago
Fujii Masao 750f43685b Fix typo in previous pgbench --progress patch. 12 years ago
Tatsuo Ishii 4a87f308b3 Add --progress option to show progress report 12 years ago
Peter Eisentraut 55f100efc6 pgbench: Silence compiler warning 12 years ago
Robert Haas 682d977f81 pgbench: Fix inadvertent inconsistency in help message. 12 years ago
Robert Haas 79cddb1841 pgbench: Add long options for all existing short options. 12 years ago
Heikki Linnakangas b23160889c Add :client_id automatic variable for custom pgbench scripts. 12 years ago
Stephen Frost 551938ae22 Post-pgindent cleanup 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Peter Eisentraut f0ed3a8a99 pgbench: Fix order of options in --help output 13 years ago
Tom Lane 8c41cb695c Fix inclusions in pgbench.c. 13 years ago
Tom Lane da5aeccf64 Move pqsignal() to libpgport. 13 years ago
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