kb/storage
How PostgreSQL lays data out on disk: the cluster, relation forks, the 8 KB page, line pointers, the tuple header, and how long values move into TOAST. This is the foundation that MVCC, vacuum, and indexes all build on.