Re: [pgadmin-hackers] pgAdmin III: the debugger does not pre-populate default values for arguments

2011-02-10 Thread Nikhil S
Hi, On Thu, Feb 10, 2011 at 8:48 PM, Dave Page wrote: > On Mon, Feb 7, 2011 at 9:03 AM, Nikhil S wrote: > > One side-effect of this feature is that earlier where non-default > variables > > appeared as empty, they will now appear with values "". This will happen > > only if some arguments have

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Dave Page
On Fri, Feb 11, 2011 at 12:44 AM, Peter Geoghegan wrote: > On 10 February 2011 23:31, Dave Page wrote: >> Can u send me the code from Julian please? > > I assume you want me to send you the new, improved OGL from Julian + > my fixes to make it build against 2.9, which I myself am using . I'll > s

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Peter Geoghegan
On 10 February 2011 23:31, Dave Page wrote: > Can u send me the code from Julian please? I assume you want me to send you the new, improved OGL from Julian + my fixes to make it build against 2.9, which I myself am using . I'll send it to you later, because I don't have it at the moment. >> By t

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Dave Page
On 2/11/11, Peter Geoghegan wrote: > On 10 February 2011 23:01, Dave Page wrote: >> Oh, OK - so what is in GIT now should build with wx2.9 from SVN (bar >> OGL of course)? > > Yes. You'll want to build OGL against 2.9 SVN too, obviously. I don't > think I made available a version that builds clea

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Peter Geoghegan
On 10 February 2011 23:01, Dave Page wrote: > Oh, OK - so what is in GIT now should build with wx2.9 from SVN (bar > OGL of course)? Yes. You'll want to build OGL against 2.9 SVN too, obviously. I don't think I made available a version that builds cleanly against 2.9, but you independently did th

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Dave Page
On Thu, Feb 10, 2011 at 11:49 PM, Peter Geoghegan wrote: > On 10 February 2011 22:22, Dave Page wrote: > >> D'oh! Please send that over. > > It's included in the patch. I did the "git stash; git pull; git stash > pop" trick. Oh, OK - so what is in GIT now should build with wx2.9 from SVN (bar OG

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Peter Geoghegan
On 10 February 2011 22:22, Dave Page wrote: > D'oh! Please send that over. It's included in the patch. I did the "git stash; git pull; git stash pop" trick. -- Regards, Peter Geoghegan -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscript

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Dave Page
On Thu, Feb 10, 2011 at 2:35 PM, Peter Geoghegan wrote: > On 10 February 2011 03:04, Dave Page wrote: >> iirc, there's some code in events.cpp which skips certain types of >> background redraw. Try commenting that out. > > Perhaps you should commit my earlier patch. It's very difficult to > predi

[pgadmin-hackers] pgAdmin III commit: Add the statistics reset information on databases

2011-02-10 Thread Guillaume Lelarge
Add the statistics reset information on databases Magnus commited a patch today that adds a new column in pg_stat_database. This patch displays the new column in the Statistics tab of the Databases node and of each individual database's node. Branch -- master Details --- http://git.postg

[pgadmin-hackers] pgAdmin III commit: Add 3 more informations from pg_stat_replication

2011-02-10 Thread Guillaume Lelarge
Add 3 more informations from pg_stat_replication Heikki added today three more informations in the pg_stat_replication stats view. They are added to the pseudo query displayed in the statistics tab of a server. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;

[pgadmin-hackers] pgAdmin III commit: Fix the collate and ctype combobox on dlgDatabase

2011-02-10 Thread Guillaume Lelarge
Fix the collate and ctype combobox on dlgDatabase This way, a user can write the collation and character type he wants. Report from Jan-Peter Seifert. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d4d3f2b13eaaca2c4c3deb85446f

[pgadmin-hackers] pgAdmin III commit: Fix the collate and ctype combobox on dlgDatabase

2011-02-10 Thread Guillaume Lelarge
Fix the collate and ctype combobox on dlgDatabase This way, a user can write the collation and character type he wants. Report from Jan-Peter Seifert. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0501c439c8a8031ddd9aec85033816d1d0c1ae3c Mo

Re: [pgadmin-hackers] pgAdmin III: the debugger does not pre-populate default values for arguments

2011-02-10 Thread Dave Page
On Mon, Feb 7, 2011 at 9:03 AM, Nikhil S wrote: > One side-effect of this feature is that earlier where non-default variables > appeared as empty, they will now appear with values "". This will happen > only if some arguments have defvals and some don't. We could have added code > to do away with

Re: [pgadmin-hackers] pgAdmin III: error while browsing schema of PG database

2011-02-10 Thread Nikhil S
> Thanks - applied. > > Thanks Dave. Regards, Nikhils > On Mon, Feb 7, 2011 at 1:01 PM, Nikhil S wrote: > > Hi, > > > > If one clicks on Postgres (non EDB) database and tries to expand the > schema > > tab, then the current git head spits out an error. The offending query > > contains the follo

Re: [pgadmin-hackers] pgAdmin III: error while browsing schema of PG database

2011-02-10 Thread Dave Page
Thanks - applied. On Mon, Feb 7, 2011 at 1:01 PM, Nikhil S wrote: > Hi, > > If one clicks on Postgres (non EDB) database and tries to expand the schema > tab, then the current git head spits out an error. The offending query > contains the following comparison > > protype = 1; > > protype is of t

[pgadmin-hackers] pgAdmin III commit: Fix a datatype issue with a query on EDB Advanced S

2011-02-10 Thread Dave Page
Fix a datatype issue with a query on EDB Advanced Server. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d10dd02bd7849cf027da7647ed260f487ee1726b Author: Nikhil S Modified Files -- CHANGELOG |2

[pgadmin-hackers] pgAdmin III commit: Fix a datatype issue with a query on EDB Advanced S

2011-02-10 Thread Dave Page
Fix a datatype issue with a query on EDB Advanced Server. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2cff26739e5451ce5e48043caeeb4034a69c6d41 Author: Nikhil S Modified Files -- CHANGELOG |2 ++ pgadmin/s

Re: [pgadmin-hackers] phase 2 of wxWidgets 2.9 build

2011-02-10 Thread Peter Geoghegan
On 10 February 2011 03:04, Dave Page wrote: > iirc, there's some code in events.cpp which skips certain types of > background redraw. Try commenting that out. Perhaps you should commit my earlier patch. It's very difficult to predict how long it will take to figure this out. By the way, your ear