Remove client ID from validator's DB methods
This branch removes the client ID argument from some DB methods called by the validation manager at startup. This should speed up the methods by avoiding a join and allowing each method to be called once, rather than once per client.
Could be backported.