pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
We have a super busy database that triggers multiples parallel process causing multiple objects locked.
Since the latest update, we are not able to use PGADMIN to monitor active sessions because it tried to load all locked objects, that includes all sorts of locks and crashes.
To Reproduce
Steps to reproduce the behavior:
Go to dashboard -> State
See the error
app crash
Expected behavior
Allow some option to disable lock monitoring or limit the number of objects in the UI
Error message
There is no error message, when it happens, the screen get white and I have to reload the program
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows 11
Version: 8.10
Mode: Desktop
Browser (if running in server mode): Chrome 126.0.6478.183
Just to be sure, the issue is only on the UI side. That said, the data is loaded successfully in the client's memory; the only issue while displaying those records?
Describe the bug
We have a super busy database that triggers multiples parallel process causing multiple objects locked.
Since the latest update, we are not able to use PGADMIN to monitor active sessions because it tried to load all locked objects, that includes all sorts of locks and crashes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Allow some option to disable lock monitoring or limit the number of objects in the UI
Error message
There is no error message, when it happens, the screen get white and I have to reload the program
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.