e5152f Reload PostgreSQL

Authored and Committed by crameleon a week ago
    Reload PostgreSQL
    
    Whilst there are some configuration changes which require a full
    restart, many of the common ones we perform (like editing pg_hba.conf)
    already apply with a live reload. Hence set this to be the default
    behavior to avoid unnecessary interruptions.
    
    Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>