pgadmin4/web/pgadmin/browser/server_groups/servers
Aditya Toshniwal b64896f558 Fixed generated SQL issue for auto vacuum options. Fixes #5398
Fixed some more issues:

 1) pgAdmin allows only true or false values for autovacuum_enabled,
    and there is no way to reset it individually without disabling a custom auto vacuum.
    To fix this, the control is changed from the switch to three state buttons.
 2) Setting any vacuum options to zero made the option disappear from the SQL.
 3) Right-click on a table with vacuum options set and create a new table.
 4) The parameters tab will have the options prefilled.
 5) Changed the UI a bit to remove unnecessary space around. Added "Autovacuum" before enabled.
    The SQL generated was appending a ".0" to decimal vacuum options. Changed to remove the leading ".0".
2020-05-08 14:30:30 +05:30
..
databases Fixed generated SQL issue for auto vacuum options. Fixes #5398 2020-05-08 14:30:30 +05:30
pgagent 1) Fixed feature test and API test cases. 2020-04-22 13:57:32 +05:30
resource_groups Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
roles Fixed invalid literal issue when removing the connection limit for the existing role. Fixes #5001 2020-05-07 13:14:45 +05:30
static Fixed an issue where select2 hover is inconsistent for the SSL field in create server dialog. Fixes #5469 2020-05-04 13:19:13 +05:30
tablespaces Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
templates Some more gettext() usage fixes: 2020-04-20 11:19:09 +05:30
tests Ensure that the password prompt should not be visible if the database server is in trust authentication mode. Fixes #2813 2020-04-10 17:03:04 +05:30
__init__.py Make changes to use gettext() function correctly. 2020-04-15 16:23:17 +05:30
gpdb.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
ppas.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
types.py Fixed gettext usage: 2020-04-10 14:52:41 +05:30
utils.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00