[pgadmin-hackers] Support for the new client_hostname in pg_stat_activity

2011-03-12 Thread Guillaume Lelarge
Hi, $SUBJECT says it all, patch attached. Comments? -- Guillaume http://www.postgresql.fr http://dalibo.com >From 70aca1efa36395fba2bc0c2e3c6c935142ae3713 Mon Sep 17 00:00:00 2001 From: Guillaume Lelarge Date: Sat, 12 Mar 2011 21:22:31 +0100 Subject: [PATCH] Use client_hostname field of pg_

[pgadmin-hackers] Adding 9.1 basic recovery functions

2011-03-12 Thread Guillaume Lelarge
Hi, This patch adds support for pause/resume functions on a hotstandby server via two new service factory for servers. Quite simple actually. Patch attached. Comments? -- Guillaume http://www.postgresql.fr http://dalibo.com >From 966088d0821c2b97d83a8fa23aa0ecff8f5f145f Mon Sep 17 00:00:00 2

[pgadmin-hackers] Re: [pgAdmin III] #301: Support for Basic Recovery Control functions for use in Hot Standby

2011-03-12 Thread pgAdmin Trac
#301: Support for Basic Recovery Control functions for use in Hot Standby +--- Reporter: gleu| Owner: gleu Type: feature | Status: assigned Priority: minor | Milestone: C

[pgadmin-hackers] Re: [pgAdmin III] #301: Support for Basic Recovery Control functions for use in Hot Standby

2011-03-12 Thread pgAdmin Trac
#301: Support for Basic Recovery Control functions for use in Hot Standby +--- Reporter: gleu| Owner: gleu Type: feature | Status: assigned Priority: minor | Milestone: C

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-12 Thread Peter Geoghegan
On 12 March 2011 19:13, Guillaume Lelarge wrote: > Maybe a stupid question but what is the ! in the variable name > (ex_hash_setop_except_png!_data)? There's no good reason. It isn't a valid identifier name. Whatever preprocessor generates ex_hash_setop_except.pngc and other files like it is bro

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-12 Thread Guillaume Lelarge
Le 12/03/2011 07:07, Dave Page a écrit : > On Sat, Mar 12, 2011 at 6:34 AM, Peter Geoghegan > wrote: >> Hi, >> >> I attempted to build master this evening, but came up against this error: >> >> make[3]: Entering directory `/home/peter/pgadmin3/pgadmin' >> g++ -DHAVE_CONFIG_H -I. -I.. >> -DDATA_DI

[pgadmin-hackers] [pgAdmin III] #312: Feature request: ability to set hostaddr

2011-03-12 Thread pgAdmin Trac
#312: Feature request: ability to set hostaddr --+- Reporter: Christopher Head | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin

[pgadmin-hackers] [pgAdmin III] #311: SQL code blocks do not know about CASE..END

2011-03-12 Thread pgAdmin Trac
#311: SQL code blocks do not know about CASE..END -+-- Reporter: Valentine Gogichashvili | Owner: dpage Type: bug | Status: new Priority: minor| Milestone:

[pgadmin-hackers] pgAdmin III commit: Fix selection of objects in backup/restore dialogs

2011-03-12 Thread Guillaume Lelarge
Fix selection of objects in backup/restore dialogs When a user selects a table, the schema and the database should be selected as well. This patch handles this automatically. Report from Melvin Davidson. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=comm

[pgadmin-hackers] pgAdmin III commit: Fix selection of objects in backup/restore dialogs

2011-03-12 Thread Guillaume Lelarge
Fix selection of objects in backup/restore dialogs When a user selects a table, the schema and the database should be selected as well. This patch handles this automatically. Report from Melvin Davidson. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin

[pgadmin-hackers] pgAdmin III commit: Fix backup of a single table

2011-03-12 Thread Guillaume Lelarge
Fix backup of a single table All schemas were all selected by default, which was wrong. Now, if the user choose to backup a schema or a table, all schemas are unselected, except the schema choosen or the schema of the table. Report from Vladimir Kokovic. Branch -- master Details --- htt

[pgadmin-hackers] pgAdmin III commit: Fix backup of a single table

2011-03-12 Thread Guillaume Lelarge
Fix backup of a single table All schemas were all selected by default, which was wrong. Now, if the user choose to backup a schema or a table, all schemas are unselected, except the schema choosen or the schema of the table. Report from Vladimir Kokovic. Branch -- REL-1_12_0_PATCHES Details