pgadmin4/web/pgadmin
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
..
about [Accessibility] Use semantic markup to mark emphasized or special text. 2020-04-08 12:27:18 +05:30
authenticate Remove Python2 modules. 2020-05-08 12:28:21 +05:30
browser Fixed generated SQL issue for auto vacuum options. Fixes #5398 2020-05-08 14:30:30 +05:30
dashboard Fixed gettext usage: 2020-04-10 14:52:41 +05:30
feature_tests Fixed feature test. 2020-04-24 13:16:18 +05:30
help Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
misc Fixed the errors, and warnings reported by pylama. 2020-05-08 14:13:38 +05:30
model 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
preferences Fixed mouse click issue where it does not select an object in Browser unless the pointer is over the object. Fixes #4180 2020-04-24 11:32:11 +05:30
redirects Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
settings Various misc fixes: 2020-04-08 14:14:25 +05:30
setup Fixed the errors, and warnings reported by pylama. 2020-05-08 14:13:38 +05:30
static Fixed an issue where the newly added table is not alphabetically added to the tree. Fixes #5434 2020-05-08 12:52:03 +05:30
templates Added title to the login page. Fixes #5430 2020-04-27 12:38:11 +05:30
tools Fixed the errors, and warnings reported by pylama. 2020-05-08 14:13:38 +05:30
translations Update Czech translation. 2020-04-28 11:04:43 +05:30
utils Fixed the errors, and warnings reported by pylama. 2020-05-08 14:13:38 +05:30
__init__.py Remove Python2 modules. 2020-05-08 12:28:21 +05:30
messages.pot Update message catalogs. 2020-04-24 18:24:00 +05:30