The PostgreSQL storage manager is tasked with the complex job of satisfying ACID compliance. This is a well documented series of algorithms that I won't go into here. Like any storage system or database, PostgreSQL tables can start to take on free space (bloat as it is sometimes known). While all free space is not [...]