Commits

DateSubjectAuthorReleases
2013-09-30 Correct comment of pgbench "filler" columns. Fujii Masao 9.4.0
2013-09-26 pgbench: Correct for bias in --rate schedule generation. Noah Misch 9.4.0
2013-09-23 pgbench: Tweak documentation. Noah Misch 9.4.0
2013-07-22 Add --rate option. Tatsuo Ishii 9.4.0
2013-07-17 Fix typo in previous pgbench --progress patch. Fujii Masao 9.4.0
2013-07-16 Add --progress option to show progress report Tatsuo Ishii 9.4.0
2013-07-07 pgbench: Silence compiler warning Peter Eisentraut 9.4.0
2013-06-27 pgbench: Fix inadvertent inconsistency in help message. Robert Haas 9.4.0
2013-06-27 pgbench: Add long options for all existing short options. Robert Haas 9.4.0
2013-06-14 Add :client_id automatic variable for custom pgbench scripts. Heikki Linnakangas 9.4.0
2013-06-01 Post-pgindent cleanup Stephen Frost 9.3.0
2013-05-29 pgindent run for release 9.3 Bruce Momjian 9.3.0
2013-05-12 pgbench: Fix order of options in --help output Peter Eisentraut 9.3.0
2013-03-17 Fix inclusions in pgbench.c. Tom Lane 9.3.0
2013-03-17 Move pqsignal() to libpgport. Tom Lane 9.3.0
2013-02-12 Create libpgcommon, and move pg_malloc et al to it Alvaro Herrera 9.3.0
2013-01-31 Add --aggregate-interval option. Tatsuo Ishii 9.3.0
2013-01-29 Allow pgbench to use a scale larger than 21474. Heikki Linnakangas 9.3.0
2013-01-07 Add new "-q" logging option (quiet mode) while in initialize mode Tatsuo Ishii 9.3.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-11-30 Move long_options structures to the top of main() functions, for Bruce Momjian 9.3.0
2012-10-20 Prevent overflow in pgbench's percent-done display. Tom Lane 9.3.0
2012-10-12 In our source code, make a copy of getopt's 'optarg' string arguments, Bruce Momjian 9.3.0
2012-10-03 Add --sampling-rate option to pgbench. Heikki Linnakangas 9.3.0
2012-10-02 Work around unportable behavior of malloc(0) and realloc(NULL, 0). Tom Lane 9.3.0