pgadmin4/web/pgadmin
Aditya Toshniwal 9179b7464b Fixed following issues after React Porting:
1. Unique constraint should not allow changing values for deferrable, deferred, included columns.
2. Primary keys should not allow changing values for deferrable, deferred, included columns.
3. Foreign keys should not allow changing match type. The referenced table name is empty.
4. Exclude - Column/Expression has incorrect values.
5. Save should not be enabled when Custom auto-vacuum is enabled but none of the parameters are edited.

Fixes #6777
2021-09-23 14:46:10 +05:30
..
about Remove some configuration from the about dialog. 2021-06-25 11:11:28 +05:30
authenticate Added support for OAuth 2 authentication. Fixes #5940 2021-09-09 12:40:53 +05:30
browser Fixed following issues after React Porting: 2021-09-23 14:46:10 +05:30
dashboard Remove GPDB support completely. Fixes #6692 2021-09-09 13:09:53 +05:30
feature_tests Added support for the truncate table with restart identity. Fixes #2538 2021-08-27 12:41:29 +05:30
help Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
misc Fixed theme issue in server mode. 2021-09-09 14:10:37 +05:30
model Ensure that the login account should be locked after N number of attempts. N is configurable using the 'MAX_LOGIN_ATTEMPTS' parameter. Fixes #6337 2021-07-22 12:24:43 +05:30
preferences Rename the "Resize by data?" to "Columns sized by" and disabled the 'Maximum column width' 2021-07-27 15:17:06 +05:30
redirects Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
settings Ensure that the file format for the storage manager should be 'All files' and for other dialogs, it should remember the last selected format. Fixes #6325 2021-04-08 12:23:57 +05:30
setup Added exception handling for SQLAlchemy function to check the table exists or not. 2021-07-19 14:01:45 +05:30
static Fixed following issues after React Porting: 2021-09-23 14:46:10 +05:30
templates Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
tools Fixed review comments for Grant Wizard. 2021-09-23 14:40:38 +05:30
translations Update Japanese translation. 2021-09-06 10:32:12 +05:30
utils Added PG/EPAS 14 binary path entry in the preferences dialog. 2021-09-20 14:59:05 +05:30
__init__.py Fixed UnboundLocalError where local variable 'user_id' referenced before assignment. Fixes #6671 2021-08-19 15:06:16 +05:30
messages.pot Update message catalog. 2021-09-03 20:15:18 +05:30