Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | Stop storing log files as json | Mark Wong | |
Keep the json results document small by saving log information externally. This include: * postgres log * pgbench output * sar output | |||
2018-01-05 | Fix use of env in call() | Mark Wong | |
The env parameter to call() was clearing the PATH environment to only have the postgres binary install path. Modify only the PATH environment. | |||
2017-12-19 | Alter postgres options on the command line | Mark Wong | |
This allows testing of older versions of postgres. Otherwise only versions of postgres supporting ALTER SYSTEM (9.4+) will work with this client. | |||
2017-08-04 | pep8 coding style | Mark Wong | |
2017-02-27 | Import initial version of the client | Tomas Vondra | |