Francisco Reyes <lists@stringsutils.com> writes:
> Is there a list anywyere of what config changes take effect after a reload
> and which after a restart?
These settings require a postmaster restart, nothing else does:
select name from pg_settings where context = 'postmaster';
regards, tom lane