v9.2.7 (Yes, I know, it's old. Nothing I can do about it.)
During a "whole database" restore using pg_restore of a custom dump, when is the data actually loaded? I've looked in the list output and don't see any "load" statements.
Look for COPY lines, that's how the data is restored.