Implement support for synchronous replication. This would involve:
- Tracking which servers are sync replicas
- Altering pg.conf for the master to change sync replica config (probably done with include files or conf.d)
- Offering a timeout for sync replica being down, so that we reset the master as non-sync.