Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | Update client code to install specific components | Mark Wong | |
The pgbench directory and other utilities have moved around. Compensate by testing if the directory exists and try to install that component. | |||
2018-07-18 | Save postgres branch, commit, and settings in results json | Mark Wong | |
2017-12-19 | Install pgbench from contrib for older versions | Mark Wong | |
Prior to 9.5, pgbench was in contrib. | |||
2017-08-04 | pep8 coding style | Mark Wong | |
2017-02-27 | Fix CWD when running 'git pull', fix parameters. | Tomas Vondra | |
When refreshing a reporitory clone, running 'git pull $dir' does not do the trick - it assumes the CWD is the clone, and imports data from repository at $dir. So we need to set CWD properly and do just 'git pull'. Also, prefix class members with 'self'. | |||
2017-02-27 | Import initial version of the client | Tomas Vondra | |