What is postmaster in PostgreSQL

In this article, we have explained what is postmaster in PostgreSQL.

Postmaster is the first process the cluster executes, and this process is responsible for keeping track of the activities of the whole cluster. The postmaster forks itself into a backend process every time a new connection established to PostgreSQL Server.

postmaster is just root of all PostgreSQL processes, with the main aim of keeping all the other processes under control.