Commits

DateSubjectAuthorReleases
2012-10-02 Standardize naming of malloc/realloc/strdup wrapper functions. Tom Lane 9.3.0
2012-06-19 Add pgbench option to add foreign key constraints to the standard scenario. Tom Lane 9.3.0
2011-09-11 Remove no-longer-used variable. Tom Lane 9.2.0
2010-08-12 Get rid of a bunch of dubious error handling code in pgbench by just erroring Tom Lane 9.1.0
2010-08-12 Add the ability to compute per-statement latencies (ie, average execution Tom Lane 9.1.0
2009-12-11 Arrange to generate different random sequences in the different child Tom Lane 9.0.0
2009-08-03 Portability and documentation fixes for threaded pgbench patch. Tom Lane 9.0.0
2009-05-07 Change pgbench to use the table names pgbench_accounts, pgbench_branches, Tom Lane 8.4.0
2008-09-11 Add a duration option to pgbench, so that test length can be specified in seconds Tom Lane 8.4.0
2008-05-09 Give a warning if -s switch is used with a non-custom pgbench test. Tom Lane 8.4.0
2008-03-12 Add a comment explaining one of the ways that pgbench fails to fully Tom Lane 8.4.0
2008-03-10 Fix pgbench's getrand() function so that min and max have approximately Tom Lane 8.4.0
2007-12-11 Remove the -P options of oid2name and pgbench, as they are security Tom Lane 8.3.0
2007-09-27 Tweak pgbench.c to remove the hidden assumption that a WIN32 machine Tom Lane 8.3.0
2007-08-22 Fix possible core dump from pgbench -d option. Julius Stroffek Tom Lane 8.2.5
2007-08-22 Fix possible core dump from pgbench -d option. Julius Stroffek Tom Lane 8.3.0
2007-07-15 Fix possible portability problem, per buildfarm warnings. Tom Lane 8.3.0
2007-05-24 Avoid assuming that the fields of struct timeval have exactly type long. Tom Lane 8.3.0
2007-01-22 Adjust pgbench so it won't spit up on non-select queries returning Tom Lane 8.3.0
2006-10-07 On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that Tom Lane 8.2.0
2006-09-16 Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp. Tom Lane 8.2.0
2005-12-10 Remove incorrect increment of lineno, per David Fetter. Tom Lane 8.1.1
2005-12-10 Remove incorrect increment of lineno, per David Fetter. Tom Lane 8.2.0
2005-10-29 Fix some allocation size calculation errors that would cause pgbench Tom Lane 8.1.0
2005-10-15 Fix unportable struct initializations. Tom Lane 8.1.0