Re: [pgadmin-hackers] Server side session management using the SQLite (per session) database

2016-03-23 Thread Magnus Hagander
upport very huge parallel sessions. >> > > Thanks - applied. > > I assume it's expected at this point that new connections still fail if > the backend is restarted (that would come with graceful reconnections)? > > Heh, does this actually make sqlite a dependency

Re: [pgadmin-hackers] Server side session management using the SQLite (per session) database

2016-03-23 Thread Magnus Hagander
On Wed, Mar 23, 2016 at 10:15 AM, Dave Page wrote: > On Wed, Mar 23, 2016 at 9:04 AM, Magnus Hagander > wrote: > > > > > > On Tue, Mar 22, 2016 at 4:11 PM, Dave Page wrote: > >> > >> Hi > >> > >> On Thu, Mar 17, 2016 at

[pgadmin-hackers] Lack of activity indicator over slow connections (pgadmin4)

2016-09-15 Thread Magnus Hagander
do nothing by default but if a request takes more than say 1 second, a spinner can show up to show that it's actually *doing* something. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

[pgadmin-hackers] Sequence queries on pg_depend lacking classid filter

2016-09-15 Thread Magnus Hagander
of review before doing that, even though it looks fairly simple. I've got the same changes in a patch to pgadmin3, as these queries are basically a copy/paste from there. But let's focus the review on the one for pgadmin4 :) -- Magnus Hagander Me: http://www.hagander.net/ Work

Re: [pgadmin-hackers] Lack of activity indicator over slow connections (pgadmin4)

2016-09-16 Thread Magnus Hagander
r clicking the tabs out right, with the "Properties" and "SQL" tabs being the ones I used and they were extremely slow over the high latency connection (I measured almost 4 minutes as the worst time to load a SQL pane for a table with 11 columns and a couple of indexes and t

Re: [pgadmin-hackers] pgAdmin 4 commit: Add classid filter to queries on pg_depend. Fixes #17

2016-09-20 Thread Magnus Hagander
> > Details > --- > http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h= > ce20dbc25a393004c5249d946f9a85a691cacd48 > Author: Magnus Hagander > > Modified Files > -- > .../columns/templates/catalog_object_column/sql/9.1_plus/properties.sql | > 2 +- > .../sche

[pgadmin-hackers] pgAdmin III commit: Add classid filter to queries on pg_depend

2016-09-20 Thread Magnus Hagander
Add classid filter to queries on pg_depend There are a number of cases where queries in both pgadmin4 and pgadmin3 are done against pg_depend but falis to constrain the query on classid. In particular, if for example a constraint and a sequence exists with the same oid (which is perfectly valid,

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Magnus Hagander
it, but they go in the tarballs (we do that both for the docs and for things like the bison output in pg.org). And the tarballs contain nothing platform-specific (I assume), so they can be built on a platform that has easy access to those tools. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Magnus Hagander
On Nov 16, 2016 11:10, "Devrim Gündüz" wrote: > > > Hi, > > On Wed, 2016-11-16 at 09:54 +, Dave Page wrote: > > > Not at all knowing what Devrim was thinking, but perhaps you need something > > > like what postgresql.org does for "difficult build dependencies". Which is > > > build a snapshot

Re: [pgadmin-hackers] RFC Changing the version number for JDBC

2016-11-27 Thread Magnus Hagander
ough to avoid > any future conflicts with the server, and greater than 9 to avoid issues > with maven requesting things like > 9 > > > I'm guessing that wasn't actually intended for *pgadmin*-hackers? It does not and never have used JDBC :) -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [pgadmin-hackers] Building server without Apache

2017-01-11 Thread Magnus Hagander
On Jan 12, 2017 4:56 AM, "Dave Page" wrote: On Thu, Jan 12, 2017 at 7:42 AM, Josh Berkus wrote: > Pgadmin gurus: > > I'm trying to create a canonical container image for pgAdmin4 Server. > However, using Apache is kind of heavyweight for a container. Has > anyone run pgAdmin4 against something

Re: [pgadmin-hackers] Last few steps for pgadmin4 on RHEL 6

2017-03-19 Thread Magnus Hagander
upported for it. But surely most or all of that can run inside a virtualenv together with the pgadmin code, so I would be surprised if they cannot be installed locally. Finally, I think you need to be careful about calling them "purely static". Several of those will need to be monitor

Re: [pgadmin-hackers] Branch 1.14?

2011-06-15 Thread Magnus Hagander
me point say it's reasonable to support as far back as the pg community support postgresql, which would mean 8.2 at this point? As long as we keep the downloads for the older versions around, people who are running an unsupported version of postgresql should be ok running an unsupported version of

Re: [pgadmin-hackers] Branch 1.14?

2011-06-15 Thread Magnus Hagander
On Wed, Jun 15, 2011 at 13:01, Guillaume Lelarge wrote: > On Wed, 2011-06-15 at 11:11 +0100, Dave Page wrote: >> On Wed, Jun 15, 2011 at 11:03 AM, Magnus Hagander >> wrote: >>  On the other >> hand, I'm saying we're not actively doing that, but if someon

[pgadmin-hackers] Replication references

2011-06-20 Thread Magnus Hagander
; rather than "Use replication". Calling it "replication" without qualifying it causes confusion to many users (came across it with a client just today, and it's not the first time). I realize we're fairly close to release - is this doable for 1.14, or wil

Re: [pgadmin-hackers] Replication references

2011-06-22 Thread Magnus Hagander
On Mon, Jun 20, 2011 at 23:45, Peter Geoghegan wrote: > On 20 June 2011 21:40, Magnus Hagander wrote: >> Hi! >> >> I know we've  had some discussions around what to do with the Slony >> support.. But it's there now, and IIRC the deal was we keep it. > &

Re: [pgadmin-hackers] Replication references

2011-06-22 Thread Magnus Hagander
On Wed, Jun 22, 2011 at 18:03, Dave Page wrote: > On Wed, Jun 22, 2011 at 4:53 PM, Magnus Hagander wrote: >> On Mon, Jun 20, 2011 at 23:45, Peter Geoghegan wrote: >>> On 20 June 2011 21:40, Magnus Hagander wrote: >>>> Hi! >>>> >>>> I know

[pgadmin-hackers] pgAdmin III commit: Add some missing entries to .gitignore

2011-06-23 Thread Magnus Hagander
Add some missing entries to .gitignore Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f17acefbc827c087f33d667c424d654aea497771 Modified Files -- xtra/pgscript/bin/.gitignore |3 +++ xtra/pgscript/lib/.gitignore |3 +++ xtra

[pgadmin-hackers] pgAdmin III commit: Rename "Replication" to "Slony Replication"

2011-06-23 Thread Magnus Hagander
Rename "Replication" to "Slony Replication" Also change "Use Replication" to "Use Slony" in dialogs, to make it more clear that it's about Slony and not the builtin replication. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ffbade4ec0d5cee94c

Re: [pgadmin-hackers] Replication references

2011-06-23 Thread Magnus Hagander
On Thu, Jun 23, 2011 at 00:07, Guillaume Lelarge wrote: > On Wed, 2011-06-22 at 18:10 +0200, Magnus Hagander wrote: >> On Wed, Jun 22, 2011 at 18:03, Dave Page wrote: >> > On Wed, Jun 22, 2011 at 4:53 PM, Magnus Hagander >> > wrote: >> >> On Mon,

Re: [pgadmin-hackers] Replication references

2011-06-26 Thread Magnus Hagander
On Fri, Jun 24, 2011 at 19:10, Guillaume Lelarge wrote: > On Thu, 2011-06-23 at 11:41 +0200, Magnus Hagander wrote: >> On Thu, Jun 23, 2011 at 00:07, Guillaume Lelarge >> wrote: >> > On Wed, 2011-06-22 at 18:10 +0200, Magnus Hagander wrote: >> >> On Wed, Jun

Re: [pgadmin-hackers] Replication references

2011-06-26 Thread Magnus Hagander
On Sun, Jun 26, 2011 at 19:52, Dave Page wrote: > On Sunday, June 26, 2011, Magnus Hagander wrote: >> On Fri, Jun 24, 2011 at 19:10, Guillaume Lelarge >> wrote: >>> On Thu, 2011-06-23 at 11:41 +0200, Magnus Hagander wrote: >>>> On Thu, Jun 23, 2011 at 0

[pgadmin-hackers] pgAdmin III commit: Add some missing entries to .gitignore

2011-06-26 Thread Magnus Hagander
Add some missing entries to .gitignore Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=440259f6be264b8c750b8cc354ac0dbcea2a977f Modified Files -- xtra/pgscript/bin/.gitignore |3 +++ xtra/pgscript/lib/.gitignore |

[pgadmin-hackers] pgAdmin III commit: Rename "Replication" to "Slony Replication"

2011-06-26 Thread Magnus Hagander
Rename "Replication" to "Slony Replication" Also change "Use Replication" to "Use Slony" in dialogs, to make it more clear that it's about Slony and not the builtin replication. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bd9fd9

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-06-27 Thread Magnus Hagander
s/ddunique.png                |  Bin 0 -> 241 bytes > pgadmin/include/images/module.mk                   |   14 + > pgadmin/include/ogl/module.mk                      |    2 +- > pgadmin/include/schema/pgForeignDataWrapper.h      |    2 +- > pgadmin/include/schema/pgForeignServer.h           |

[pgadmin-hackers] pgAdmin III commit: Fix slony capitalization

2011-06-27 Thread Magnus Hagander
Fix slony capitalization As usual, per Thom Brown Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=990e3f0c98a68d3af682736055227fcae6747038 Modified Files -- pgadmin/ui/dlgAggregate.xrc |2 +- pgadmin/ui/xrcDialogs.cpp | 100 +

[pgadmin-hackers] pgAdmin III commit: Fix slony capitalization

2011-06-27 Thread Magnus Hagander
Fix slony capitalization As usual, per Thom Brown Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ffe86550d0e2392d80091e84647d4079eb639a73 Modified Files -- pgadmin/ui/dlgAggregate.xrc |2 +- pgadmin/ui/xrcDialogs.cp

Re: [pgadmin-hackers] pgAdmin III commit: Rename "Replication" to "Slony Replication"

2011-06-27 Thread Magnus Hagander
On Sun, Jun 26, 2011 at 20:29, Thom Brown wrote: > On 26 June 2011 18:59, Magnus Hagander wrote: >> Rename "Replication" to "Slony Replication" >> >> Also change "Use Replication" to "Use Slony" in dialogs, to make >>

Re: [pgadmin-hackers] pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

2011-06-27 Thread Magnus Hagander
On Mon, Jun 27, 2011 at 09:29, Guillaume Lelarge wrote: > On Mon, 2011-06-27 at 09:21 +0200, Magnus Hagander wrote: >> Did this patch randomly update a couple of copyright years to 2011, or >> were those files that were somehow forgotten in a previous run? EIther >> way it

Re: [pgadmin-hackers] Replication references

2011-06-27 Thread Magnus Hagander
how's: "Replication"? > Am I doing wrong, or is this wanted? > > > 2011/6/26 Magnus Hagander >> >> On Sun, Jun 26, 2011 at 19:52, Dave Page wrote: >> > On Sunday, June 26, 2011, Magnus Hagander wrote: >> >> On Fri, Jun 24, 2011 at 19:10, G

Re: [pgadmin-hackers] Weird git messages

2011-08-12 Thread Magnus Hagander
o probably being the beginning of "remote" or something like that. I googled around a bit on it, and from what I can tell it's harmless - the operation went fine, the only problem was telling the client about it... --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://ww

Re: [pgadmin-hackers] 404 on the trac website

2011-08-22 Thread Magnus Hagander
.com > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com

Re: [pgadmin-hackers] Thread manager

2011-10-10 Thread Magnus Hagander
s gone by. I don't think there's any need for us > to do anything like that though - I think it would take a lot of > engineering and buy little. More importantly, I think it will be > detrimental to the user experience, as a task that was once confined > to one

[pgadmin-hackers] pgAdmin III commit: Use pg_tablespace_location() instead of spclocation

2011-12-07 Thread Magnus Hagander
Use pg_tablespace_location() instead of spclocation on PostgreSQL 9.2+ The field was replaced with a function giving the same result. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b80b851a35fdd090b0d5fe9ed43d5563a4f8bd3d Modified Files -

[pgadmin-hackers] Two strange settings in frmOptions

2011-12-12 Thread Magnus Hagander
f pgAgent can actually deal with a hardcode there? 2) There is a setting for "Count rows if estimated less than". AFAICT, this again has nothing to do with the query tool - this is for the object browser, when you click a table. Shouldn't it be moved to be under another tab? --

[pgadmin-hackers] pgagent extension

2011-12-12 Thread Magnus Hagander
Has anybody looked at making the server-side pgagent stuff an EXTENSION for 9.1+? --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http

Re: [pgadmin-hackers] Two strange settings in frmOptions

2011-12-12 Thread Magnus Hagander
On Mon, Dec 12, 2011 at 15:08, Dave Page wrote: > On Mon, Dec 12, 2011 at 7:27 PM, Magnus Hagander wrote: >> Noticed two things in Options->QueryTool: >> >> 1) There is a settin gfor "Maximum rows to retreive". From what I can >> tell, this is *only* used

Re: [pgadmin-hackers] Two strange settings in frmOptions

2011-12-12 Thread Magnus Hagander
On Mon, Dec 12, 2011 at 15:13, Magnus Hagander wrote: > On Mon, Dec 12, 2011 at 15:08, Dave Page wrote: >> On Mon, Dec 12, 2011 at 7:27 PM, Magnus Hagander wrote: >>> Noticed two things in Options->QueryTool: >>> >>> 1) There is a settin gfor "Maximum

[pgadmin-hackers] pgAdmin website commit: Exclude imported pg and slony docs from search

2012-01-16 Thread Magnus Hagander
Exclude imported pg and slony docs from search engines Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=b6ba13276aa1b1eac83abf705a770787481ba67a Modified Files -- robots.txt |4 1 files changed, 4 insertions(+), 0 deletion

Re: [pgadmin-hackers] New minor release?

2012-02-20 Thread Magnus Hagander
;s not really involved in that part, but happy to hand out work to others) --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgr

Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Magnus Hagander
" What the... Are you now doing proofreading in *serbian* as well?! --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] Database designer

2012-03-06 Thread Magnus Hagander
On Mar 6, 2012 9:23 AM, "Dave Page" wrote: > > On Tue, Mar 6, 2012 at 8:01 AM, Guillaume Lelarge > wrote: > > > > On such a huge patch, it's really hard to work without commiting some > > parts of it. So I decided to commit each milestone of the project. I > > agree with you that it lacks lots of

Re: [pgadmin-hackers] Database designer

2012-03-06 Thread Magnus Hagander
On Tue, Mar 6, 2012 at 09:52, Guillaume Lelarge wrote: > On Tue, 2012-03-06 at 09:32 +0100, Magnus Hagander wrote: >> >> On Mar 6, 2012 9:23 AM, "Dave Page" wrote: >> > >> > On Tue, Mar 6, 2012 at 8:01 AM, Guillaume Lelarge >> > wrote: >

Re: [pgadmin-hackers] 1.16 beta 1 ?

2012-05-07 Thread Magnus Hagander
n on how we should do this? Not really... --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] 1.16 beta 1 ?

2012-05-07 Thread Magnus Hagander
On Mon, May 7, 2012 at 9:55 AM, Guillaume Lelarge wrote: > On Mon, 2012-05-07 at 09:20 +0200, Magnus Hagander wrote: >> On Mon, May 7, 2012 at 9:18 AM, Guillaume Lelarge >> wrote: >> > Hi, >> > >> > Even after reading the whole thread on pgsql-hackers, I

Re: [pgadmin-hackers] 1.16 beta 1 ?

2012-05-07 Thread Magnus Hagander
On Mon, May 7, 2012 at 10:29 AM, Guillaume Lelarge wrote: > On Mon, 2012-05-07 at 09:11 +0100, Dave Page wrote: >> >> >> On Monday, May 7, 2012, Magnus Hagander wrote: >> > Given that it's self contained, and we *do* expect it to get in >> > event

Re: [pgadmin-hackers] PGAdmin - access through proxy

2012-05-09 Thread Magnus Hagander
place). It should work through SOCKS proxies (postgresql connections in general, not sure about pgadmin). But libpq has never had native socks support as far as I know - but you should be able to use something like tsocks with it. --  Magnus Hagander  Me: http://www.hagander.net/  Work: http:

Re: [pgadmin-hackers] PGAdmin - access through proxy

2012-05-09 Thread Magnus Hagander
; commit though - I suspect it was because we figured no one needed it > (and as this is the first complaint I've heard after 5 years, I guess > statistically that was pretty much correct). The switch from using an internal webbrowser to loading the system default one moved the proxy re

[pgadmin-hackers] pgAdmin III commit: Fix incorrect content-type in XSL stylesheets

2012-05-28 Thread Magnus Hagander
Fix incorrect content-type in XSL stylesheets Should be text/html;charset=utf8, not just plain utf8. Reported by Alexandr Ciornii Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2157caf5377bf70200a4bb88fe815a04f4aa97ea Modified Fi

[pgadmin-hackers] pgAdmin III commit: Fix incorrect content-type in XSL stylesheets

2012-05-28 Thread Magnus Hagander
Fix incorrect content-type in XSL stylesheets Should be text/html;charset=utf8, not just plain utf8. Reported by Alexandr Ciornii Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5daacc99e1f5f861b7301f3e1544f6ae1057d711 Modified Files

Re: [pgadmin-hackers] code.pgadmin.org broken?

2012-06-17 Thread Magnus Hagander
on > calls leading up to the error, in the order they occurred. > > etc etc > > Have you done a Python update? > No. I had patched the *DNS* package. restarting the webserver fixed it. Sorry about that, and thanks for pointing it out. --  Magnus Hagander  Me: http://www.hagander

[pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Magnus Hagander
y of doing it? 2) do we want to always do this (like this patch), or do we need to create a setting for it? --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ pgadmin_numeric_align.patch Description: Binary data -- Sent via pgadmin-hackers mailing lis

[pgadmin-hackers] Query tool column headers

2012-06-27 Thread Magnus Hagander
re close to each other. I looked for a way to make it italic or so instead, but it appears wxWidgets doesn't support that - it can only set the formatting for the whole header, which includes both the name and the datatype. Objections? --  Magnus Hagander  Me: http://www.hagander.net/  Work: ht

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 4:56 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander wrote: >> Hi! >> >> Something that's annoyed me for a long time is that all fields are >> left-aligned in the query grid. It's a lot easier to read numeric &g

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 4:59 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 3:58 PM, Magnus Hagander wrote: >> On Wed, Jun 27, 2012 at 4:56 PM, Dave Page wrote: >>> On Wed, Jun 27, 2012 at 2:37 PM, Magnus Hagander >>> wrote: >>>> Hi! >>>>

Re: [pgadmin-hackers] Query tool column headers

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 5:56 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 3:53 PM, Magnus Hagander wrote: >> Attached patch changes the column headers in the query tool to put <> >> aronud the datatype. While it's already on a separate line, this makes >>

[pgadmin-hackers] Download section on website

2012-06-27 Thread Magnus Hagander
of debian/ubuntu :O Basically, only Windows and OSX binaries are maintained there. How about we just *remove* all the other pages completely? So we'll at least not trick users into downloading an ancient version, if they don't read the whole thing... --  Magnus Hagander

Re: [pgadmin-hackers] Download section on website

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 7:12 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 6:03 PM, Magnus Hagander wrote: >> is horribly outdated: >> >> FreebSD: 1.8.2 - from 2008, missing bugfixes >> OpenSuSE: 1.12.1 - from 2010, missing bugfixes >> RPM: 1.8.0 - from 20

[pgadmin-hackers] Thousands separator

2012-06-27 Thread Magnus Hagander
s way we only have to insert it, and not try to parse it back (think about how much *less* fun it would be to parse that back if it was 0 or 3). I think that's perfectly ok - and it's still very useful in the query result. Comments? --  Magnus Hagander  Me: http://www.hagander.n

Re: [pgadmin-hackers] Thousands separator

2012-06-27 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 8:08 PM, Dave Page wrote: > On Wed, Jun 27, 2012 at 6:43 PM, Magnus Hagander wrote: >> Attached patch implements a setting for thousands separator in the >> query result grid (typically you'd use space or comma, but it supports >> whatever you

[pgadmin-hackers] pgAdmin website commit: Remove pages for unmaintained packages

2012-06-28 Thread Magnus Hagander
Remove pages for unmaintained packages Replace this with a short paragraph on the first page referencing the yum repository, debian backports and ubuntu ppa. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=d28df6c3a4aa58e4ecad23e00990d89402c

Re: [pgadmin-hackers] Download section on website

2012-06-28 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 10:43 PM, Guillaume Lelarge wrote: > On Wed, 2012-06-27 at 18:19 +0100, Dave Page wrote: >> On Wed, Jun 27, 2012 at 6:16 PM, Magnus Hagander wrote: >> > On Wed, Jun 27, 2012 at 7:12 PM, Dave Page wrote: >> >> On Wed, Jun 27, 2012 at 6:03 PM,

[pgadmin-hackers] pgAdmin website commit: Update the .pot file

2012-06-29 Thread Magnus Hagander
Update the .pot file Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=a551ac9de75b3f30e24e781ffe39d8198d80a538 Modified Files -- locale/pgadmin3_website.pot | 287 ++- 1 files changed, 37 in

[pgadmin-hackers] pgAdmin website commit: Automatic stringmerge using merge script.

2012-06-29 Thread Magnus Hagander
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=64f8f9ca0f0502b6e1fcb5abd5c118a1ac69c9bb Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 134909 -> 127962 bytes local

Re: [pgadmin-hackers] Download section on website

2012-06-29 Thread Magnus Hagander
On Thu, Jun 28, 2012 at 10:16 PM, Guillaume Lelarge wrote: > On Thu, 2012-06-28 at 13:31 +0200, Magnus Hagander wrote: >> On Wed, Jun 27, 2012 at 10:43 PM, Guillaume Lelarge >> wrote: >> > On Wed, 2012-06-27 at 18:19 +0100, Dave Page wrote: >> >> On Wed, Jun

Re: [pgadmin-hackers] Query tool column headers

2012-06-29 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 10:42 PM, Guillaume Lelarge wrote: > On Wed, 2012-06-27 at 17:24 +0100, Dave Page wrote: >> On Wed, Jun 27, 2012 at 5:18 PM, Magnus Hagander wrote: >> > On Wed, Jun 27, 2012 at 5:56 PM, Dave Page wrote: >> >> On Wed, Jun 27, 2012 at 3:53 PM,

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-06 Thread Magnus Hagander
tion based on the review by dave :-) > - The Certificate/Password options should align with the text boxes, > and have a title. Eg. > > Authentication(*) Password ( ) Certificate Is that actually certificate authentication? Is it not ssh public key authentication? > Othe

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-06 Thread Magnus Hagander
On Fri, Jul 6, 2012 at 4:34 PM, Dave Page wrote: > On Fri, Jul 6, 2012 at 3:31 PM, Dave Page wrote: >> On Fri, Jul 6, 2012 at 3:29 PM, Magnus Hagander wrote: >>> On Fri, Jul 6, 2012 at 4:26 PM, Dave Page wrote: >>>> Hi >>>> >>>> On

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-09 Thread Magnus Hagander
ostkey.pub). If libssh2 is built against OpenSSL, this > option can be set to NULL. What if it's not built against OpenSSL, though? For example, the one on Ubuntu appears to be built against GnuTLS... -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-09 Thread Magnus Hagander
On Mon, Jul 9, 2012 at 11:48 AM, Dave Page wrote: > On Mon, Jul 9, 2012 at 10:34 AM, Magnus Hagander wrote: >> On Mon, Jul 9, 2012 at 11:15 AM, Dave Page wrote: >>> On Mon, Jul 9, 2012 at 10:10 AM, Akshay Joshi >>> wrote: >>>> >>>>We ar

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-09 Thread Magnus Hagander
On Mon, Jul 9, 2012 at 12:15 PM, Dave Page wrote: > On Mon, Jul 9, 2012 at 10:51 AM, Magnus Hagander wrote: >> On Mon, Jul 9, 2012 at 11:48 AM, Dave Page wrote: >>> >>> We've never supported anything other than OpenSSL. >> >> For the direct linking

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-09 Thread Magnus Hagander
On Mon, Jul 9, 2012 at 3:38 PM, Akshay Joshi wrote: > > > On Mon, Jul 9, 2012 at 3:53 PM, Magnus Hagander wrote: >> >> On Mon, Jul 9, 2012 at 12:15 PM, Dave Page wrote: >> > On Mon, Jul 9, 2012 at 10:51 AM, Magnus Hagander >> > wrote: >> >>

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-10 Thread Magnus Hagander
2012 at 7:12 PM, Dave Page wrote: >> >> On Mon, Jul 9, 2012 at 2:41 PM, Dave Page wrote: >> > On Mon, Jul 9, 2012 at 2:38 PM, Akshay Joshi >> > wrote: >> >> >> >> >> >> On Mon, Jul 9, 2012 at 3:53 PM, Magnus Hagander >

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-10 Thread Magnus Hagander
On Tue, Jul 10, 2012 at 12:52 PM, Dave Page wrote: > On Tue, Jul 10, 2012 at 11:39 AM, Magnus Hagander wrote: >> Can we identify which version of libssh is required, and have a >> configure check for it? AFAICT they are all on 1.2 until the *next* >> release - so is it

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-10 Thread Magnus Hagander
build it properly. > >Thought??Comments? Uh, I'm not sure what you mean with "function check instead of configure check". You mean trying to load the function at runtime, with dlopen() and friends? I guess we could, but I don't think pgadmin has any functionality for that today,

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-10 Thread Magnus Hagander
On Tue, Jul 10, 2012 at 2:30 PM, Ashesh Vashi wrote: > On Tue, Jul 10, 2012 at 5:56 PM, Magnus Hagander wrote: > >> On Tue, Jul 10, 2012 at 2:19 PM, Akshay Joshi >> wrote: >> > >> > >> > On Tue, Jul 10, 2012 at 5:16 PM, Dave Page wrote: >> &g

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-10 Thread Magnus Hagander
On Tue, Jul 10, 2012 at 2:34 PM, Dave Page wrote: > > > On Tue, Jul 10, 2012 at 1:31 PM, Magnus Hagander wrote: > >> On Tue, Jul 10, 2012 at 2:30 PM, Ashesh Vashi < >> ashesh.va...@enterprisedb.com> wrote: >> >>> On Tue, Jul 10, 2012 at 5:56 PM, Mag

[pgadmin-hackers] pgAdmin III commit: Bump master to 1.17, now that we have a branch for

2012-07-11 Thread Magnus Hagander
Bump master to 1.17, now that we have a branch for 1.16 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b54e2c67dd3cd36c9d169008dd4e59bd5a4eee63 Modified Files -- pgadmin/include/version.h |6 +++--- 1 files changed, 3 insertions

Re: [pgadmin-hackers] Numeric alignment in query grid

2012-07-11 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 10:39 PM, Guillaume Lelarge wrote: > On Wed, 2012-06-27 at 17:07 +0200, Magnus Hagander wrote: >> On Wed, Jun 27, 2012 at 4:59 PM, Dave Page wrote: >> > On Wed, Jun 27, 2012 at 3:58 PM, Magnus Hagander >> > wrote: >> >> On Wed, Ju

Re: [pgadmin-hackers] Thousands separator

2012-07-11 Thread Magnus Hagander
On Wed, Jun 27, 2012 at 10:45 PM, Magnus Hagander wrote: > On Wed, Jun 27, 2012 at 8:08 PM, Dave Page wrote: >> On Wed, Jun 27, 2012 at 6:43 PM, Magnus Hagander wrote: >>> Attached patch implements a setting for thousands separator in the >>> query result grid (t

[pgadmin-hackers] pgAdmin III commit: Right-justify numeric values in the query tool resu

2012-07-11 Thread Magnus Hagander
Right-justify numeric values in the query tool result grid Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=73740c9bb7d27775836b98dd8882ff46647c79b9 Modified Files -- CHANGELOG|1 + pgadmin/ctl/ctlSQLResult.cpp

[pgadmin-hackers] pgAdmin III commit: Add an optional thousands separator to the query to

2012-07-11 Thread Magnus Hagander
Add an optional thousands separator to the query tool result grid Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=03943091a4d17dfbaed0ce7ad6bd44f360611680 Modified Files -- CHANGELOG |2 + pgadmin/ctl/ct

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-12 Thread Magnus Hagander
there to be a server somewhere that we can connect to? (If it requires a server we can't use that one in configure, but if it will fail right away, that seems like a better way to test it. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-13 Thread Magnus Hagander
On Fri, Jul 13, 2012 at 10:32 AM, Dave Page wrote: > On Fri, Jul 13, 2012 at 7:57 AM, Akshay Joshi > wrote: >> >> >> On Thu, Jul 12, 2012 at 5:44 PM, Magnus Hagander >> wrote: >>> >>> On Thu, Jul 12, 2012 at 2:06 PM, Akshay Joshi >>>

Re: [pgadmin-hackers] Thousands separator

2012-08-20 Thread Magnus Hagander
ke table properties and column statistics? Not at this point, no, but adding a similar feature for that would certainly be a welcome idea to me :) -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@post

[pgadmin-hackers] pgAdmin III commit: Fix bad wording in create role dialog

2012-11-15 Thread Magnus Hagander
Fix bad wording in create role dialog CREATEDB permissions allows a user to create databases. Calling it "database objects" might refer to objects inside the database, so changing it this way makes it more clear. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.gi

[pgadmin-hackers] pgAdmin III commit: Fix bad wording in create role dialog

2012-11-15 Thread Magnus Hagander
Fix bad wording in create role dialog CREATEDB permissions allows a user to create databases. Calling it "database objects" might refer to objects inside the database, so changing it this way makes it more clear. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p

[pgadmin-hackers] pgAdmin III commit: Fix incorrect JOIN in query to list databases

2012-11-26 Thread Magnus Hagander
Fix incorrect JOIN in query to list databases The join to pg_shdescription needs to include the object class of the description, or it will return the same database multiple times for example when there is both a database and a user with the same oid, both having description. This can happen eithe

[pgadmin-hackers] pgAdmin III commit: Fix incorrect JOIN in query to list databases

2012-11-26 Thread Magnus Hagander
Fix incorrect JOIN in query to list databases The join to pg_shdescription needs to include the object class of the description, or it will return the same database multiple times for example when there is both a database and a user with the same oid, both having description. This can happen eithe

[pgadmin-hackers] pgAdmin III commit: Fix typo

2012-12-04 Thread Magnus Hagander
Fix typo Patch from Timon Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0d9af949d0418b6f72eb099714a87f1981b97935 Modified Files -- pgadmin/frm/frmQuery.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via

[pgadmin-hackers] pgAdmin III commit: Fix typo

2012-12-04 Thread Magnus Hagander
Fix typo Patch from Timon Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d08fabe0510aa2534afbce6dbc5e133f90047d84 Modified Files -- pgadmin/frm/frmQuery.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [pgadmin-hackers] wrong spelling?

2012-12-04 Thread Magnus Hagander
On Tue, Dec 4, 2012 at 5:23 AM, Timon wrote: > I'm not good at English, but seem that there is a mistake. Yup, certainly looks like a mistake. Patch applied, thanks! -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers

Re: [pgadmin-hackers] PATCH: Add libssh2 directory in CPPFLAGS (VPATH issue)

2013-05-13 Thread Magnus Hagander
Mickael? > Wel, keeping it anywhere *else* is just going to make the problem even worse. So the options are to either fix it, or to throw it out completely. I'm not against throwing it out completely - as you say, nobody seems to have touched it in ages and ages. If we *do* want to kee

[pgadmin-hackers] trac -> redmine

2013-06-24 Thread Magnus Hagander
id the overhead of having to maintain a trac installation that is so little used. Instead we're using the shared resource already present on the pg.org redmine server. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgadmin-hackers

Re: [pgadmin-hackers] trac -> redmine

2013-06-25 Thread Magnus Hagander
On Tue, Jun 25, 2013 at 10:05 AM, Dave Page wrote: > On Mon, Jun 24, 2013 at 8:29 PM, Magnus Hagander wrote: >> Per discussions many times over, the trac site has been migrated to >> redmine. code.pgadmin.org now does a redirect to the redmine site. The >> trac data is sti

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-14 Thread Magnus Hagander
gt; > > > > -- > > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > > To make changes to your subscription: > > http://www.postgresql.org/mailpref/pgadmin-hackers > > > > > > -- > Dave Page > Blog: http://pgsnake.blogs

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-14 Thread Magnus Hagander
ank you for your time to consider this patch. > > Here's a few screenshots on my Windows 7 desktop. Let me know if you want > to see anything else. > A few observations: > > > > > > > On Mon, Sep 14, 2015 at 4:43 AM, Magnus Hagander > wrote: > >>

Re: [pgadmin-hackers] Patch: New field in frmMain statusbar

2015-09-15 Thread Magnus Hagander
On Tue, Sep 15, 2015 at 10:55 AM, Dave Page wrote: > On Mon, Sep 14, 2015 at 5:11 PM, Magnus Hagander > wrote: > > The part that changed is just the one that added db1 and db2, right? > > It's the server display name *and* the database name, so to give a > (redacted)

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-01-21 Thread Magnus Hagander
clean checkout as well? In case some metadata has gotten screwed? The settings that you have that I don't (so they're not the ones you get by default) are: [core] ignorecase = true precomposeunicode = true I wonder if it's the unicode one.. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [pgadmin-hackers] Remove "unsupported version" warning for Greenplum

2016-01-21 Thread Magnus Hagander
On Thu, Jan 21, 2016 at 11:13 PM, Magnus Hagander wrote: > On Thu, Jan 21, 2016 at 10:31 AM, Dave Page wrote: > >> On Tue, Jan 19, 2016 at 10:54 PM, Andreas 'ads' Scherbaum >> wrote: >> > On 19.01.2016 16:03, Dave Page wrote: >> >> >> &g

  1   2   3   4   5   >