[pgadmin-hackers] Re: [BUGS] BUG #10250: pgAdmin III 1.16.1 stores unescaped plaintext password

2014-05-07 Thread Stephen Frost
* Heikki Linnakangas (hlinnakan...@vmware.com) wrote: > (forwarding to pgadmin-hackers) Ah. > On 05/07/2014 06:44 PM, Stephen Frost wrote: > >* d...@isam.kiwi (d...@isam.kiwi) wrote: > >>but when the credential contains the delimiter (colon) it fails to be > >>read back out and app responds with

[pgadmin-hackers] Re: [BUGS] BUG #10250: pgAdmin III 1.16.1 stores unescaped plaintext password

2014-05-07 Thread Heikki Linnakangas
(forwarding to pgadmin-hackers) On 05/07/2014 06:44 PM, Stephen Frost wrote: * d...@isam.kiwi (d...@isam.kiwi) wrote: but when the credential contains the delimiter (colon) it fails to be read back out and app responds with "invalid credentials". x.x.x.x:5432:*:username:password:with:colons

[pgadmin-hackers] New refresh action on views

2014-05-07 Thread Guillaume Lelarge
Hi, This other "other patch" adds a new action menu to refresh a materialized view. It adds another menu with an 9.2 cluster to refresh a materialized view concurrently. Patch attached, comments welcome. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com >From 43ef769082f546

[pgadmin-hackers] New check_option option in views

2014-05-07 Thread Guillaume Lelarge
Hi, This other patch adds support to the new check_option option of views. Patch attached, comments welcome. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com diff --git a/pgadmin/dlg/dlgView.cpp b/pgadmin/dlg/dlgView.cpp index ca594b5..54765e3 100644 --- a/pgadmin/dlg/dlgV

[pgadmin-hackers] New columns in 9.4 pg_stat_activity

2014-05-07 Thread Guillaume Lelarge
Hi, I tried to write some patches for pgAdmin on the new features of 9.4. First one is to support the two new columns of pg_stat_activity in frmStatus. Patch attached, comments welcome. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com >From 86c000d73b2fb4a6a87927a3ab35f9d9