summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-11Remove pgbench's restriction on placement of -M switch.Tom Lane
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-06-28Merge remote-tracking branch 'remotes/origin/master' into xl10develPavan Deolasee
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-24Restore the regular pgbench transaction scriptsTomas Vondra
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-09Fix minor issues in the tpcb-like pgbench scriptTomas Vondra
2017-06-08Put new command-line options in alphabetical orderPeter Eisentraut
2017-06-03Make pgbench script names (name prefixes) uniqueTomas Vondra
2017-06-03Fix built-in pgbench scripts to use 9.6 commandsTomas Vondra
2017-04-11Fix pgbench's --progress-timestamp option to print Unix-epoch timestamps.Tom Lane
2017-03-07Fix pgbench's failure to honor the documented long-form option "--builtin".Tom Lane
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-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
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