summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
2017-01-20Allow backslash line continuations in pgbench's meta commands.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-02In pgbench logging, avoid assuming that instr_times match Unix timestamps.Tom Lane
2017-01-01Avoid assuming that instr_time == struct timeval in pgbench logging.Tom Lane
2016-11-15pgbench: Increase maximum size of log filename from 64 to MAXPGPATH.Robert Haas
2016-11-09pgbench: Allow the transaction log file prefix to be changed.Robert Haas
2016-09-27Fix newly-introduced issues in pgbench.Tom Lane
2016-09-26Refactor script execution state machine in pgbench.Heikki Linnakangas
2016-09-21Print test parameters like "foo: 123", and results like "foo = 123".Heikki Linnakangas
2016-09-21Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas
2016-09-19Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-19Allow empty queries in pgbench.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07pgbench: Fix order in --help outputPeter Eisentraut
2016-05-06Fix pgbench's parsing of double values to notice trailing garbage.Tom Lane
2016-05-06Improve handling of numeric-valued variables in pgbench.Tom Lane
2016-05-05Rename pgbench min/max to least/greatest, and fix handling of double args.Tom Lane
2016-04-01pgbench: Remove unused parameterAlvaro Herrera
2016-03-29pgbench: allow a script weight of zeroAlvaro Herrera
2016-03-29pgbench: Remove \setrandom.Robert Haas
2016-03-29Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.Tom Lane
2016-03-29pgbench: Support double constants and functions.Robert Haas
2016-03-25Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-21Use %option bison-bridge in psql/pgbench lexers.Tom Lane
2016-03-20SQL commands in pgbench scripts are now ended by semicolons, not newlines.Tom Lane
2016-03-19Make pgbench's expression lexer reentrant.Tom Lane
2016-03-19pgbench: Silence new compiler warningsAlvaro Herrera
2016-03-19pgbench: Allow changing weights for scriptsAlvaro Herrera
2016-03-17Fix "pg_bench -C -M prepared".Tom Lane
2016-03-15Fix typos.Robert Haas
2016-03-09pgbench: When -T is used, don't wait for transactions beyond end of run.Robert Haas
2016-03-09Handle invalid libpq sockets in more placesPeter Eisentraut
2016-03-07Re-fix broken definition for function name in pgbench's exprscan.l.Tom Lane
2016-03-07Fix broken definition for function name in pgbench's exprscan.l.Tom Lane
2016-03-03pgbench: accept unambiguous builtin prefixes for -bAlvaro Herrera
2016-03-03Rework PostgresNode's psql methodAlvaro Herrera
2016-03-01Extend pgbench's expression syntax to support a few built-in functions.Robert Haas
2016-02-25Clean the last few TAP suite tmp_check directories.Noah Misch
2016-02-20Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2016-02-15pgbench: avoid FD_ISSET on an invalid file descriptorAlvaro Herrera
2016-02-12pgbench: cleanup use of a "logfile" parameterAlvaro Herrera
2016-02-12pgbench: fix segfault with empty sql fileAlvaro Herrera
2016-02-01pgbench: allow per-script statisticsAlvaro Herrera
2016-02-01pgbench: Install guards against obscure overflow conditions.Robert Haas
2016-01-29pgbench: refactor handling of stats trackingAlvaro Herrera
2016-01-27pgbench: improve multi-script supportAlvaro Herrera
2016-01-27Mostly mechanical cleanup of pgbenchAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian