Commits
Showing commits that first shipped in 9.3 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-12-13 | Fix compiler warning | Tom Lane | 9.3 (unreleased) |
| 2016-03-17 | Fix "pg_bench -C -M prepared". | Tom Lane | 9.3.12 |
| 2014-12-16 | Fix file descriptor leak after failure of a \setshell command in pgbench. | Tom Lane | 9.3.6 |
| 2014-05-19 | Fix non-C89-compatible coding in pgbench. | Tom Lane | 9.3.5 |
| 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 | 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 |