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.
Continue reading What is postmaster in PostgreSQL