BufferShareExclusive wait event (Buffer) — PostgreSQL
PostgreSQL Buffer wait event BufferShareExclusive: Waiting to acquire a share exclusive lock on a buffer.
PostgreSQL Buffer wait event BufferShareExclusive: Waiting to acquire a share exclusive lock on a buffer.
PostgreSQL Buffer wait event BufferShared: Waiting to acquire a shared lock on a buffer.
PostgreSQL Buffer Pin wait event BufferPin: Waiting to acquire an exclusive pin on a buffer.
PostgreSQL Client wait event ClientRead: Waiting to read data from the client.
PostgreSQL Client wait event ClientWrite: Waiting to write data to the client.
PostgreSQL Client wait event GssOpenServer: Waiting to read data from the client while establishing a GSSAPI session.
PostgreSQL Client wait event LibpqwalreceiverConnect: Waiting in WAL receiver to establish connection to remote server.
PostgreSQL Client wait event LibpqwalreceiverReceive: Waiting in WAL receiver to receive data from remote server.
PostgreSQL Client wait event SslOpenServer: Waiting for SSL while attempting connection.
PostgreSQL Client wait event WaitForStandbyConfirmation: Waiting for WAL to be received and flushed by the physical standby.