Re: [pgadmin-hackers] pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

2014-07-02 Thread Guillaume Lelarge
Hi, Le 3 juil. 2014 08:40, "J.F. Oster" a écrit : > > Hello Guillaume, > > Some changes to pgAdmin3.vcxproj are missing. Oh yeah, you're right. I completely forgot the visual studio project. > Please see the attached patch to fix it. > I'll take a look at it. Can't right now because I'll be in

Re: [pgadmin-hackers] pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

2014-07-02 Thread J.F. Oster
Hello Guillaume, Some changes to pgAdmin3.vcxproj are missing. Please see the attached patch to fix it. Wednesday, July 2, 2014, 7:47:42 PM, you wrote: GL> Handle the 9.4 MOVE clause of ALTER TABLESPACE GL> Branch GL> -- GL> master GL> Details GL> --- GL> http://git.postgresql.org/git

[pgadmin-hackers] pgAdmin III commit: Support the new check_option parameter of views

2014-07-02 Thread Guillaume Lelarge
Support the new check_option parameter of views Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=178f27be48c6c1af970a104d590e4d3abaccdcc4 Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgView.cpp |

Re: [pgadmin-hackers] New columns in 9.4 pg_stat_activity

2014-07-02 Thread Guillaume Lelarge
On Wed, 2014-05-07 at 20:10 +0200, Guillaume Lelarge wrote: > 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. > > Commited. -- Guillaume http

Re: [pgadmin-hackers] New check_option option in views

2014-07-02 Thread Guillaume Lelarge
On Wed, 2014-05-07 at 21:08 +0200, Guillaume Lelarge wrote: > Hi, > > This other patch adds support to the new check_option option of views. > > Patch attached, comments welcome. > > Commited. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hack

Re: [pgadmin-hackers] New refresh action on views

2014-07-02 Thread Guillaume Lelarge
On Wed, 2014-05-07 at 21:42 +0200, Guillaume Lelarge wrote: > 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. > > Commited.

Re: [pgadmin-hackers] Support for the 9.4 MOVE clause of ALTER TABLESPACE

2014-07-02 Thread Guillaume Lelarge
On Fri, 2014-05-09 at 21:31 +0200, Guillaume Lelarge wrote: > Hi, > > Another patch to handle the 9.4 MOVE clause of ALTER TABLESPACE. It > brings a new dialog to do the move. > > Patch attached, comments welcome. > > Commited. -- Guillaume http://blog.guillaume.lelarge.info http://www.dali

[pgadmin-hackers] pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

2014-07-02 Thread Guillaume Lelarge
Handle the 9.4 MOVE clause of ALTER TABLESPACE Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e22eded8f205070a97bf3866bb55025d4253ba29 Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgMoveTablespace

[pgadmin-hackers] pgAdmin III commit: Add a new action menu to refresh a materialized vie

2014-07-02 Thread Guillaume Lelarge
Add a new action menu to refresh a materialized view It also displays another action menu with 9.4 cluster to refresh concurrently the materialized view. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a358830ec86aacf5e15cf74f1e74cca3f54d964e

[pgadmin-hackers] pgAdmin III commit: Support the new columns in pg_stat_activity (new as

2014-07-02 Thread Guillaume Lelarge
Support the new columns in pg_stat_activity (new as in 9.4) Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6e5dd896137def548566914efa4a3dcded26e1e4 Modified Files -- CHANGELOG |1 + pgadmin/frm/frmStatus.cpp |