Incremental Update: DBeaver Connection Timeouts Thread
What's New
The thread saw three new messages (June 1, 2026), but contains no substantive technical progress toward resolution and remains entirely off-topic for pgsql-hackers.
New Information Provided
The original poster (Sri) responded to Tomas Vondra's earlier request for diagnostics with the following findings:
- All basic connectivity checks pass — ping, netcat, telnet,
time psql,ss -ant, log tailing all show no issues. - psql and pgAdmin connect quickly — confirming the PostgreSQL server itself is functioning correctly.
- pgAdmin exhibits a related symptom — it asks to re-enter the login password "after a few minutes," suggesting idle connection drops affecting GUI clients specifically.
- The issue is isolated to DBeaver for initial connection failures, while pgAdmin has session persistence issues.
Technical Significance
The new data points further toward this being a client-side or network-level idle connection management issue, not a PostgreSQL server bug:
- The pgAdmin password re-prompt symptom is consistent with a stateful firewall or NAT device silently dropping idle TCP connections. pgAdmin detects the dead connection and prompts for re-authentication; DBeaver may be trying to reuse a dead pooled connection and timing out.
- The fact that
psql(a short-lived, interactive session) works perfectly while GUI tools with connection pooling/persistence have trouble strongly suggests an intermediate network device with aggressive idle timeouts. - This remains a DBeaver client behavior / network infrastructure issue, not a PostgreSQL development matter.
Thread Status
Tomas Vondra reiterated his request for actual diagnostic results and pointed out the log excerpts showed nothing useful. The poster listed commands run but provided no actual output. The thread remains unresolved and misplaced on pgsql-hackers.