Installing PostgreSQL + pgAdmin

Download official installer:

During install:

After install:

Introduction

Postgres architecture

Client (App / pgAdmin)
        ↓
PostgreSQL Server
 ├── Postmaster (main process)
 ├── Backend process (per connection)
 ├── Shared Buffers (cache)
 ├── WAL (Write Ahead Log)
 └── Background workers