Re: [pgadmin-hackers] [pgAdmin III] #115: Restore dialog review

2010-01-23 Thread pgAdmin Trac
#115: Restore dialog review --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.12 Component: pgadmin | Version: 1.10 Resolution

[pgadmin-hackers] SVN Commit by guillaume: r8171 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm pgadmin/include/schema pgadmin/ui

2010-01-23 Thread svn
Author: guillaume Date: 2010-01-24 00:47:00 + (Sun, 24 Jan 2010) New Revision: 8171 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8171&view=rev Log: Review of the restore window. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/frm/frmRestore.cpp trun

[pgadmin-hackers] Re: [pgAdmin III] #124: Support for the new "ALTER TABLESPACE name SET/RESET" statement

2010-01-23 Thread pgAdmin Trac
#124: Support for the new "ALTER TABLESPACE name SET/RESET" statement --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.12

[pgadmin-hackers] SVN Commit by guillaume: r8170 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/dlg pgadmin/include/schema pgadmin/schema pgadmin/ui

2010-01-23 Thread svn
Author: guillaume Date: 2010-01-24 00:02:59 + (Sun, 24 Jan 2010) New Revision: 8170 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8170&view=rev Log: Support for the new "ALTER TABLESPACE name SET/RESET" statement. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3

Re: [pgadmin-hackers] [pgAdmin III] #126: New INPLACE option for VACUUM FULL

2010-01-23 Thread pgAdmin Trac
#126: New INPLACE option for VACUUM FULL --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.12 Component: pgadmi

[pgadmin-hackers] SVN Commit by guillaume: r8169 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm pgadmin/ui

2010-01-23 Thread svn
Author: guillaume Date: 2010-01-23 18:28:20 + (Sat, 23 Jan 2010) New Revision: 8169 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8169&view=rev Log: New INPLACE option for VACUUM. We need to use the new VACUUM syntax, but only for new parameters. Modified: trunk/pga

Re: [pgadmin-hackers] Ticket 117: Explain Buffers

2010-01-23 Thread Euler Taveira de Oliveira
Magnus Hagander escreveu: > While you're whacking around the explain code, one thing that has > always nagged me, is that ANALYZE is an option for EXPLAIN. IMO we > should have "Explain" and "Explain Analyze" as separate commands, > because they actually do different things. And then options for th

[pgadmin-hackers] Re: [pgAdmin III] #112: Copy from the statistics, dependencies, and dependents panel

2010-01-23 Thread pgAdmin Trac
#112: Copy from the statistics, dependencies, and dependents panel --+- Reporter: Little, Douglas | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1

[pgadmin-hackers] SVN Commit by guillaume: r8168 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm

2010-01-23 Thread svn
Author: guillaume Date: 2010-01-23 18:02:31 + (Sat, 23 Jan 2010) New Revision: 8168 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8168&view=rev Log: Allow copy from the properties, statistics, dependencies, and dependents panels. Per request from Little, Douglas. Modif

Re: [pgadmin-hackers] location of query favourites.xml

2010-01-23 Thread Nick Kitson
Hi Guillaume, Good point - I recently moved from XP to Win7 so can use mklink /H which works just fine. Many thanks for the tip. Would be worth building the choice in when you get the time. " While fixing a bug..." does that mean there is another beta release coming up? ;-) Nick -Original

Re: [pgadmin-hackers] location of query favourites.xml

2010-01-23 Thread Guillaume Lelarge
Le 23/01/2010 17:37, Nick Kitson a écrit : > Hi Guillaume, > > Good point - I recently moved from XP to Win7 so can use mklink /H which > works just fine. Many thanks for the tip. Would be worth building the > choice in when you get the time. > Yes, I think it could be interesting to have this.

Re: [pgadmin-hackers] Ticket 102: Allow more complex user/database default GUC settings

2010-01-23 Thread Guillaume Lelarge
Hi, Le 21/01/2010 22:34, Guillaume Lelarge a écrit : > [...] > It took me one more day than I previously thought. Anyways, here it is. > I checked every I could (apart from checking on Windows and Mac OS X > because I don't have those in my hotel room...). > > There is not much to say on this pat

Re: [pgadmin-hackers] Ticket 117: Explain Buffers

2010-01-23 Thread Magnus Hagander
2010/1/23 Guillaume Lelarge : > Le 23/01/2010 15:14, Magnus Hagander a écrit : >> 2010/1/23 Guillaume Lelarge : >>> Hi, >>> >>> This patch handles two new parameters for EXPLAIN: COSTS and BUFFERS. >>> I'm not sure that we need to add support for format. I would like to >>> have your opinion on thi

Re: [pgadmin-hackers] Ticket 117: Explain Buffers

2010-01-23 Thread Guillaume Lelarge
Le 23/01/2010 15:14, Magnus Hagander a écrit : > 2010/1/23 Guillaume Lelarge : >> Hi, >> >> This patch handles two new parameters for EXPLAIN: COSTS and BUFFERS. >> I'm not sure that we need to add support for format. I would like to >> have your opinion on this? > > Not really. The whole idea of

Re: [pgadmin-hackers] Ticket 117: Explain Buffers

2010-01-23 Thread Magnus Hagander
2010/1/23 Guillaume Lelarge : > Hi, > > This patch handles two new parameters for EXPLAIN: COSTS and BUFFERS. > I'm not sure that we need to add support for format. I would like to > have your opinion on this? Not really. The whole idea of using EXPLAIN on the menu is to get the graphical output,

Re: [pgadmin-hackers] location of query favourites.xml

2010-01-23 Thread Guillaume Lelarge
Le 10/06/2009 18:08, Nick Kitson a écrit : > [...] > I'm using version 1.10 beta 3 and loving it! A niggle though - I would like > to be able to set the location of pgadmin_favourites.xml and > pgadmin_macros.xml in preferences. I create favourites and I would like > them to be saved to a shared

Re: [pgadmin-hackers] [pgAdmin III] #130: Saving a favorite always reports an error

2010-01-23 Thread pgAdmin Trac
#130: Saving a favorite always reports an error --+- Reporter: gleu | Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.10.2 Component: pgadmin | Ve

[pgadmin-hackers] [pgAdmin III] #130: Saving a favorite always reports an error

2010-01-23 Thread pgAdmin Trac
#130: Saving a favorite always reports an error ---+ Reporter: gleu | Owner: gleu Type: bug| Status: new Priority: minor | Milestone: 1.10.2 Component: pgadmin| Version

[pgadmin-hackers] SVN Commit by guillaume: r8167 - in trunk/pgadmin3: . pgadmin/utils

2010-01-23 Thread svn
Author: guillaume Date: 2010-01-23 08:25:11 + (Sat, 23 Jan 2010) New Revision: 8167 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8167&view=rev Log: Fix the xmlTextWriterEndDocument check when saving a favorite. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/

[pgadmin-hackers] SVN Commit by guillaume: r8166 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/utils

2010-01-23 Thread svn
Author: guillaume Date: 2010-01-23 08:24:16 + (Sat, 23 Jan 2010) New Revision: 8166 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8166&view=rev Log: Fix the xmlTextWriterEndDocument check when saving a favorite. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/CHANGE