| Commit message (Expand) | Author | Age |
* | Avoid do/while loop | Dan Goodliffe | 2023-10-08 |
* | Fix the trivial clang-tidy warnings | Dan Goodliffe | 2023-10-08 |
* | Reformat with new clang-format | Dan Goodliffe | 2023-10-08 |
* | First commit passing IWYU | Dan Goodliffe | 2021-09-21 |
* | Add JT recommended warnings | Dan Goodliffe | 2021-09-18 |
* | Clang format | Dan Goodliffe | 2020-11-18 |
* | Pipe arguments into command with xargs | Dan Goodliffe | 2019-05-10 |
* | Create hasUnloggedTables, like hasCopyToProgram | Dan Goodliffe | 2019-05-09 |
* | Create mock databases in a temporary directory | Dan Goodliffe | 2019-05-09 |
* | Get server version into a const local on construction | Dan Goodliffe | 2019-05-09 |
* | Enable hicpp checks and fix accordingly | Dan Goodliffe | 2019-02-17 |
* | Basic clang tidy fixes | Dan Goodliffe | 2019-02-16 |
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
* | Switch to structured binding interfacelibdbpp-postgresql-1.3.0 | Dan Goodliffe | 2018-08-22 |
* | C++17 | Dan Goodliffe | 2018-04-09 |
* | Only set unlogged for mocked tables on server versions 9.5 and above | Dan Goodliffe | 2017-01-03 |
* | Co-variant return of PQ connection from PQ mock | Dan Goodliffe | 2017-01-03 |
* | Force mock DB names to lower case | Dan Goodliffe | 2017-01-01 |
* | Register mock db implementations | Dan Goodliffe | 2017-01-01 |
* | Do lots more work with compile time formatter instead runtime formatters | Dan Goodliffe | 2016-12-31 |
* | More complex approach to setting tables to unlogged to handle foreign key dep... | Dan Goodliffe | 2016-12-30 |
* | Set tables in test database to be unlogged, faster (less disk IO) and we don'... | Dan Goodliffe | 2016-12-27 |
* | PostgreSQL files prefixed with pq- | Dan Goodliffe | 2015-12-24 |