pgAdmin 4 commit: Modified RE-SQL/MSQL test cases of foreign tables for

2019-09-04 Thread Akshay Joshi
Modified RE-SQL/MSQL test cases of foreign tables for EPAS 9.4 and 9.5 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9eff2e99263ac4bb265b6ae1827451e6ad327a17 Modified Files -- .../{9.5_plus => 9.6_plus}/alter_add_cons_opts.sql |

Re: [pgAdmin][RM4631] PgAdmin IV browser locks up when trying to undo an edit

2019-09-04 Thread Dave Page
Thanks, committed! On Tue, Sep 3, 2019 at 7:01 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch to include documentation updates. > > On Tue, Sep 3, 2019 at 10:26 AM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >>

pgAdmin 4 commit: Add editor options for plain text mode and to disable

2019-09-04 Thread Dave Page
Add editor options for plain text mode and to disable block folding to workaround rendering speed issues in CodeMirror with very large scripts. Fixes #4631. Re-arrange editor options in the Preferences dialogue to tidy things up. Branch -- master Details --- https://git.postgresql.org/gi

pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for For

2019-09-04 Thread Akshay Joshi
Add Reverse Engineered and Modified SQL tests for Foreign Tables. Fixes #4618. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e54f20578c9620c6b92a442c13c79c00a3db3a8 Modified Files -- docs/en_US/release_notes_4_13.rst

pgAdmin 4 commit: Further stabilisation and code refinement.

2019-09-04 Thread Aditya Toshniwal
Further stabilisation and code refinement. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5949ef276d760a5b57ae859bb5fac0d97db9fc11 Modified Files -- electron/src/configure_ui.html | 8 +++ electron/src/configure_ui.js | 2

pgAdmin 4 commit: Improve error handling when python process fails to s

2019-09-04 Thread Aditya Toshniwal
Improve error handling when python process fails to start. Do not quit app if python process fails to start. Instead, allow the user to change configuration like python path and app path. Added a restart menu in case user wants to restart the app after config changes. Menu changes, configure wind