Commit Graph

250 Commits (71ad29a4316ab85965456cca2c848ce0f66cdd08)

Author SHA1 Message Date
Heikki Linnakangas 40c3fe4980 Fix latency calculation when there are \sleep commands in the script. 9 years ago
Tom Lane 9daec77e16 Simplify correct use of simple_prompt(). 9 years ago
Tom Lane 6471045230 Allow empty queries in pgbench. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Peter Eisentraut 298706de26 pgbench: Fix order in --help output 9 years ago
Tom Lane 6b8b4e4d83 Fix pgbench's parsing of double values to notice trailing garbage. 9 years ago
Tom Lane 9515299485 Improve handling of numeric-valued variables in pgbench. 9 years ago
Tom Lane 7a622b2731 Rename pgbench min/max to least/greatest, and fix handling of double args. 9 years ago
Alvaro Herrera 5cb882675a pgbench: Remove unused parameter 10 years ago
Alvaro Herrera a1c935d3b7 pgbench: allow a script weight of zero 10 years ago
Robert Haas ad9566470b pgbench: Remove \setrandom. 10 years ago
Tom Lane 656ee84890 Fix portability issues in 86c43f4e22. 10 years ago
Robert Haas 86c43f4e22 pgbench: Support double constants and functions. 10 years ago
Tom Lane 68ab8e8ba4 SQL commands in pgbench scripts are now ended by semicolons, not newlines. 10 years ago
Tom Lane 429ee5a822 Make pgbench's expression lexer reentrant. 10 years ago
Alvaro Herrera 1038bc91ca pgbench: Silence new compiler warnings 10 years ago
Alvaro Herrera 7bafffea64 pgbench: Allow changing weights for scripts 10 years ago
Tom Lane 47211af17a Fix "pg_bench -C -M prepared". 10 years ago
Robert Haas 3aff33aa68 Fix typos. 10 years ago
Robert Haas accf7616ff pgbench: When -T is used, don't wait for transactions beyond end of run. 10 years ago
Peter Eisentraut a40814d7aa Handle invalid libpq sockets in more places 10 years ago
Alvaro Herrera d561f1caec pgbench: accept unambiguous builtin prefixes for -b 10 years ago
Robert Haas 7e137f846d Extend pgbench's expression syntax to support a few built-in functions. 10 years ago
Alvaro Herrera 5df44d14ba pgbench: avoid FD_ISSET on an invalid file descriptor 10 years ago
Alvaro Herrera 34f13cc484 pgbench: cleanup use of a "logfile" parameter 10 years ago
Alvaro Herrera db94419ffd pgbench: fix segfault with empty sql file 10 years ago
Alvaro Herrera 1d0c3b3f8a pgbench: allow per-script statistics 10 years ago
Robert Haas 64f5edca24 pgbench: Install guards against obscure overflow conditions. 10 years ago
Alvaro Herrera b603766496 pgbench: refactor handling of stats tracking 10 years ago
Alvaro Herrera 8bea3d2219 pgbench: improve multi-script support 10 years ago
Alvaro Herrera 5b3cc1af2f Mostly mechanical cleanup of pgbench 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 3c7042a7d7 pgbench: Change terminology from "threshold" to "parameter". 10 years ago
Tatsuo Ishii a16db3a07d Fix incorrect tps number calculation in "excluding connections establishing". 10 years ago
Teodor Sigaev 1def9063ca pgbench progress with timestamp 10 years ago
Peter Eisentraut 5878a377ba Review program help output for wording and formatting 10 years ago
Peter Eisentraut b5217d6968 Add noreturn attribute 10 years ago
Heikki Linnakangas e7b90c52b3 Add hint to run "pgbench -i", if test tables don't exist. 10 years ago
Heikki Linnakangas 0e8efed59e Fix reporting of skipped transactions in pgbench. 10 years ago
Andres Freund c2509944b1 Fix bug slowing down pgbench when -P is used. 10 years ago
Heikki Linnakangas 5515ec0b3a Fix calculation of latency of pgbench backslash commands. 10 years ago
Heikki Linnakangas b2ed8edeec Fix bug in collecting total_latencies from all threads in pgbench. 10 years ago
Tom Lane 22ba5563ad Make a editorial pass over pgbench's error messages. 10 years ago
Heikki Linnakangas 1bc90f7a7b Remove thread-emulation support from pgbench. 10 years ago
Heikki Linnakangas 9031ff91a1 Fix pgbench progress report behaviour when pgbench or a query gets stuck. 10 years ago
Heikki Linnakangas ba3deeefb0 Lift the limitation that # of clients must be a multiple of # of threads 10 years ago
Tatsuo Ishii 527e6d3f09 Fix function declaration style to respect the coding standard. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Stephen Frost aa4a0b9571 pgbench: Don't fail during startup 10 years ago
Peter Eisentraut 81134af3ec Move pgbench from contrib/ to src/bin/ 11 years ago