pgadmin4/web/pgadmin/browser
Ashesh Vashi 1f53baee8f
Fixed the dynamic column updation in the Unique & Primary Keys while creating a table.
* Updated the columns for the unique and primary keys while creating a table.
Use the 'editable' option for a Cell instead of 'disabled'.

* Don't need to define the hidden member as fields in GridHeaderSchema

* Updated the columns for the exclusion constraints while creating a
 table.

* Signaled the relevant field, when column options have changed, for all
the children of a table.

* Use current snapshot of data for the GrigFormHeadeer

* Fixed the styling for the search input box

* Don't check for the 'colOptions.editable' flag, as it could be
indirect call as well.
2024-09-19 18:57:09 +05:30
..
server_groups Fixed the dynamic column updation in the Unique & Primary Keys while creating a table. 2024-09-19 18:57:09 +05:30
static Fix server heartbeat logging error after deleting the server. #7540 2024-08-07 14:32:48 +05:30
templates/browser Add support for highlighting selection matches in the query editor. #7530 2024-07-18 17:51:20 +05:30
tests Revamp the current password saving implementation to keyring and reducing repeated OS user password prompts. #7076 2024-08-22 16:44:57 +05:30
__init__.py Fixed issue of migrating tunnel password with new master password mechanism. #7076 2024-09-09 17:38:22 +05:30
collection.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
register_browser_preferences.py Add a keyboard shortcut to close active tab panel. #6572 2024-07-17 18:19:36 +05:30
utils.py Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. #7027 2024-02-21 11:18:44 +05:30