This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
pgadmin4
Watch
3
Star
0
Fork
0
You've already forked pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced
2025-02-25 18:55:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
026c0d2389046266ffc12a1b2faaa26d50758248
pgadmin4
/
web
/
pgadmin
/
utils
/
driver
/
psycopg3
History
Yogesh Mahajan
026c0d2389
Ensure the crypt key is retrieved correctly on backend server restart.
#8065
2024-11-21 15:55:38 +05:30
..
__init__.py
Fixed the following SonarQube code smells:
2024-06-12 18:09:06 +05:30
connection.py
Fixed an issue where query tool should show results and messages only from the last executed query.
#8010
2024-11-21 10:52:43 +05:30
cursor.py
Replace infinite scrolling with pagination in query tool data output for better UX and performance.
#1780
2024-10-01 14:47:12 +05:30
encoding.py
Fixed SonarQube code smell Replace the unused local variable with '_'.
2024-01-24 18:33:43 +05:30
generate_keywords.py
Update copyright notices for 2024
2024-01-01 14:13:48 +05:30
keywords.py
Update copyright notices for 2024
2024-01-01 14:13:48 +05:30
server_manager.py
Ensure the crypt key is retrieved correctly on backend server restart.
#8065
2024-11-21 15:55:38 +05:30
typecast.py
Added support for viewing PostgreSQL Server Logs in Text, CSV and JSON formats.
#3981
2024-07-03 16:17:29 +05:30