forked from gregs1104/pgbench-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
30 lines (26 loc) · 1.67 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.2 2007-09-05 First public release, as part of PostgreSQL 8.3 background
writer performance testing results. Only supports Linux.
0.3 2009-04-22 Released to beta testers, used to generate "Using and Abusing
pgbench" results presented PG East 2009
0.4 2009-05-23 Added full support for separate test/results databases.
Bugs reported by Robert Treat and Jignesh Shah fixed,
improving compatiblity with Solaris.
0.5 2010-01-08 Add PostgreSQL 8.4 and later support. README is now valid
reST.
0.6 Future Use TESTPORT properly, bug report from Jignesh.
Add support for pg_stat_bgwriter.buffers_backend_fsync
Add new bufsummary.sql with derived buffer cache stats
Rename README to .rst for better GitHub display
Add contact info and ReST notes
Save some operating system information into the report
Correct where to pull pg_settings from (Patryk Kordylewski)
Generate graphs per test set (Ben Bleything)
Allow putting result sets into in-page tabs (Ben Bleything)
Show comparison of all test sets on a single graph
Automatically detect if running with standard pgbench tables
Add tracking of WAL activity during test
Do vacuum cleanup at the end of the test and time it
Basic support for Mac OS X, tested with homebrew gnuplot
Reduce wait time for setup checkpoint statistics update
Enabled by default vmstat/iostat data collection during tests
Add newset utility and some reporting scripts