PostgreSQL Replication describes PostgreSQL Replicator, an open source solution for replicating PostgreSQL databases. Key features include asynchronous replication from a master to multiple slaves, supporting various replication types like role, grant, and large object replication without triggers. Replicator uses a Master Control Process to manage replication between nodes. It allows unlimited slaves without impacting the master and operates on any server.