Commits

DateSubjectAuthorReleases
2021-12-13 Fix compiler warning Tom Lane 9.2 (unreleased)
2021-12-13 Fix compiler warning Tom Lane 9.3 (unreleased)
2016-03-17 Fix "pg_bench -C -M prepared". Tom Lane 9.2.16
2016-03-17 Fix "pg_bench -C -M prepared". Tom Lane 9.1.21
2016-03-17 Fix "pg_bench -C -M prepared". Tom Lane 9.3.12
2016-03-17 Fix "pg_bench -C -M prepared". Tom Lane 9.4.7
2015-01-24 Replace a bunch more uses of strncpy() with safer coding. Tom Lane 9.5.0
2014-12-16 Suppress bogus statistics when pgbench failed to complete any transactions. Tom Lane 9.4.1
2014-12-16 Suppress bogus statistics when pgbench failed to complete any transactions. Tom Lane 9.5.0
2014-12-16 Fix file descriptor leak after failure of a \setshell command in pgbench. Tom Lane 9.0.19
2014-12-16 Fix file descriptor leak after failure of a \setshell command in pgbench. Tom Lane 9.1.15
2014-12-16 Fix file descriptor leak after failure of a \setshell command in pgbench. Tom Lane 9.2.10
2014-12-16 Fix file descriptor leak after failure of a \setshell command in pgbench. Tom Lane 9.3.6
2014-12-16 Fix file descriptor leak after failure of a \setshell command in pgbench. Tom Lane 9.4.1
2014-12-16 Fix file descriptor leak after failure of a \setshell command in pgbench. Tom Lane 9.5.0
2014-05-25 Allow total number of transactions in pgbench to exceed INT_MAX. Tom Lane 9.4.0
2014-05-19 Fix non-C89-compatible coding in pgbench. Tom Lane 9.4.0
2014-05-19 Fix non-C89-compatible coding in pgbench. Tom Lane 9.3.5
2014-02-15 Centralize getopt-related declarations in a new header file pg_getopt.h. Tom Lane 9.4.0
2013-11-16 Remove pgbench's hardwired limit on line length in custom script files. Tom Lane 9.4.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
2012-10-20 Prevent overflow in pgbench's percent-done display. Tom Lane 9.3.0
2012-10-02 Work around unportable behavior of malloc(0) and realloc(NULL, 0). Tom Lane 9.3.0
2012-10-02 Work around unportable behavior of malloc(0) and realloc(NULL, 0). Tom Lane 9.2.2