| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct comment of pgbench "filler" columns. | Fujii Masao | 2013-09-30 | 1 | -5/+10 |
| * | pgbench: Correct for bias in --rate schedule generation. | Noah Misch | 2013-09-25 | 1 | -3/+7 |
| * | pgbench: Tweak documentation. | Noah Misch | 2013-09-23 | 1 | -1/+1 |
| * | Add --rate option. | Tatsuo Ishii | 2013-07-23 | 1 | -19/+159 |
| * | Fix typo in previous pgbench --progress patch. | Fujii Masao | 2013-07-18 | 1 | -1/+1 |
| * | Add --progress option to show progress report | Tatsuo Ishii | 2013-07-17 | 1 | -2/+84 |
| * | pgbench: Silence compiler warning | Peter Eisentraut | 2013-07-07 | 1 | -1/+3 |
| * | pgbench: Fix inadvertent inconsistency in help message. | Robert Haas | 2013-06-27 | 1 | -1/+1 |
| * | pgbench: Add long options for all existing short options. | Robert Haas | 2013-06-27 | 1 | -39/+60 |
| * | Add :client_id automatic variable for custom pgbench scripts. | Heikki Linnakangas | 2013-06-14 | 1 | -0/+14 |
| * | Post-pgindent cleanup | Stephen Frost | 2013-06-01 | 1 | -3/+6 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -51/+80 |
| * | pgbench: Fix order of options in --help output | Peter Eisentraut | 2013-05-11 | 1 | -6/+6 |
| * | Fix inclusions in pgbench.c. | Tom Lane | 2013-03-17 | 1 | -0/+1 |
| * | Move pqsignal() to libpgport. | Tom Lane | 2013-03-17 | 1 | -1/+0 |
| * | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 | 1 | -53/+0 |
| * | Add --aggregate-interval option. | Tatsuo Ishii | 2013-01-31 | 1 | -12/+135 |
| * | Allow pgbench to use a scale larger than 21474. | Heikki Linnakangas | 2013-01-29 | 1 | -32/+123 |
| * | Add new "-q" logging option (quiet mode) while in initialize mode | Tatsuo Ishii | 2013-01-07 | 1 | -5/+58 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Move long_options structures to the top of main() functions, for | Bruce Momjian | 2012-11-30 | 1 | -9/+9 |
| * | Prevent overflow in pgbench's percent-done display. | Tom Lane | 2012-10-20 | 1 | -1/+1 |
| * | In our source code, make a copy of getopt's 'optarg' string arguments, | Bruce Momjian | 2012-10-12 | 1 | -6/+6 |
| * | Add --sampling-rate option to pgbench. | Heikki Linnakangas | 2012-10-03 | 1 | -11/+43 |
| * | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 | 1 | -0/+6 |
| * | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane | 2012-10-02 | 1 | -29/+29 |
| * | pgbench: Show better progress when loading tuples | Peter Eisentraut | 2012-09-05 | 1 | -1/+3 |
| * | Make pgbench vacuum before building indexes. | Robert Haas | 2012-07-23 | 1 | -8/+13 |
| * | Make oid2name, pgbench, and vacuumlo set fallback_application_name. | Robert Haas | 2012-07-04 | 1 | -8/+25 |
| * | Make pgbench -i emit only one-tenth as many status messages. | Robert Haas | 2012-06-22 | 1 | -1/+1 |
| * | Add pgbench option to add foreign key constraints to the standard scenario. | Tom Lane | 2012-06-19 | 1 | -7/+34 |
| * | Make documentation of --help and --version options more consistent | Peter Eisentraut | 2012-06-18 | 1 | -6/+6 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -25/+28 |
| * | Small cleanups of contrib --help output | Peter Eisentraut | 2012-05-20 | 1 | -1/+1 |
| * | Tweak contrib --help output to match common style | Peter Eisentraut | 2012-05-08 | 1 | -1/+1 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Standardize treatment of strcmp() return value | Peter Eisentraut | 2011-12-27 | 1 | -1/+1 |
| * | Remove no-longer-used variable. | Tom Lane | 2011-09-11 | 1 | -1/+0 |
| * | Modestly improve pgbench's checking for invalid ranges. | Robert Haas | 2011-08-05 | 1 | -2/+16 |
| * | Make pgbench use erand48() rather than random(). | Robert Haas | 2011-08-03 | 1 | -17/+15 |
| * | Move new pgbench options to correct section of --help output. | Robert Haas | 2011-07-29 | 1 | -6/+6 |
| * | Add new pgbench options, --tablespace and --index-tablespace. | Robert Haas | 2011-07-25 | 1 | -31/+84 |
| * | Add new pgbench switch, --unlogged-tables. | Robert Haas | 2011-07-25 | 1 | -14/+37 |
| * | Put options help in alphabetical order | Peter Eisentraut | 2011-05-10 | 1 | -1/+1 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -18/+18 |
| * | Use consistent spacing for PGAPPICON Makefile option. | Bruce Momjian | 2011-01-24 | 1 | -1/+1 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 2 | -2/+2 |
| * | Get rid of a bunch of dubious error handling code in pgbench by just erroring | Tom Lane | 2010-08-12 | 1 | -113/+94 |