Fix warning on VC++
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=451d4641ba3a231eb5818a6a0b3972a0e3752d1b
Modified Files
--
pgadmin/dlg/dlgForeignDataWrapper.cpp |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Se
Replace all the XPM images in pgAdmin with PNG ones. This offers us
two major advantages:
1) XPM images aren't supported by many graphics tools, and almost
always require manual editing to fix the internal naming anyway.
2) XPM images don't support alpha transparency.
The patch is a little compl
Update CHANGELOG and "make style".
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=45c28f2b0cd922b4279a668e646bac2bc1dc1d3a
Modified Files
--
CHANGELOG |5 +++
pgadmin/dlg/dlgForeignKey.cpp |
Le 08/02/2011 07:19, Guillaume Lelarge a écrit :
> Hi,
>
> Simple patch to add FDW object support. A new icon would be great.
>
> Comments?
>
No comments, so commited :)
--
Guillaume
http://www.postgresql.fr
http://dalibo.com
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@post
Support for Foreign Data Wrapper object.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d63a0336850b15bd3b49d774598200401962d0fb
Modified Files
--
pgadmin/dlg/dlgForeignDataWrapper.cpp| 343 ++
pgadm
Le 07/03/2011 07:49, Dave Page a écrit :
> On Mon, Mar 7, 2011 at 6:21 AM, Guillaume Lelarge
> wrote:
>> Well, it was supposed to be deleted. Actually, I was supposed to ask if
>> anyone knows why there is the "if (sql.IsNull())" check at all (the "||
>> forceRefresh" is a test I should have delet
#304: Add support for invalid FK constraints
--+-
Reporter: gleu | Owner: gleu
Type: feature | Status: closed
Priority: minor| Milestone: 1.14
Component: pg
Add support for invalid foreign key constraints
This patch adds a checkbox in the dlgForeignKey dialog, so that the user can
create an "not validated" foreign key. Each foreign key of this kind is
displayed with the usual icon with a red cross on it. A contextual menu
allows the user to force the
Le 07/03/2011 07:27, Dave Page a écrit :
> On Mon, Mar 7, 2011 at 6:22 AM, Guillaume Lelarge
> wrote:
>> Le 07/03/2011 05:50, Dave Page a écrit :
>>> On Sun, Mar 6, 2011 at 3:16 PM, Guillaume Lelarge
>>> wrote:
Le 09/02/2011 23:11, Guillaume Lelarge a écrit :
> Le 08/02/2011 07:48, Dave
Disabled rules are displayed with another icon
The "other" icon is the old one with a red cross on it. It helps to know which
rules are enabled and which aren't.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8b76ed25368752f6eb3b9f193c81094254
#306: Visual feedback of disabled triggers
--+-
Reporter: Erika| Owner: gleu
Type: feature | Status: closed
Priority: minor| Milestone: 1.14
Component: pgadmin |
Disabled triggers are displayed with another icon
The "other" icon is the old one with a red cross on it. It helps to know which
triggers are enabled and which aren't.
Idea from Erika.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f1bbe75334
On Mon, Mar 7, 2011 at 6:45 PM, Magnus Hagander wrote:
> On Mon, Mar 7, 2011 at 19:43, Dave Page wrote:
>> On Mon, Mar 7, 2011 at 6:36 PM, Magnus Hagander wrote:
>>> On Mon, Mar 7, 2011 at 18:18, Dave Page wrote:
On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander
wrote:
> On Mon, M
On Mon, Mar 7, 2011 at 19:43, Dave Page wrote:
> On Mon, Mar 7, 2011 at 6:36 PM, Magnus Hagander wrote:
>> On Mon, Mar 7, 2011 at 18:18, Dave Page wrote:
>>> On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote:
On Mon, Mar 7, 2011 at 14:55, Dave Page wrote:
> Hi,
>
> The (la
On Mon, Mar 7, 2011 at 6:36 PM, Magnus Hagander wrote:
> On Mon, Mar 7, 2011 at 18:18, Dave Page wrote:
>> On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote:
>>> On Mon, Mar 7, 2011 at 14:55, Dave Page wrote:
Hi,
The (large) patch at
http://developer.pgadmin.org/~dpage/e
On Mon, Mar 7, 2011 at 18:18, Dave Page wrote:
> On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote:
>> On Mon, Mar 7, 2011 at 14:55, Dave Page wrote:
>>> Hi,
>>>
>>> The (large) patch at
>>> http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff
>>> replaces all the XPM images in
On 7 March 2011 20:49, Tom Lane wrote:
> Thom Brown writes:
>> Patch attached which corrects the docs where catalog functions no
>> longer accept values of type name. Originally a note submitted by
>> someone on the docs, but this affects more than just the one they
>> mentioned.
>
> The reason
Thom Brown writes:
> Patch attached which corrects the docs where catalog functions no
> longer accept values of type name. Originally a note submitted by
> someone on the docs, but this affects more than just the one they
> mentioned.
The reason those are phrased as "OID or name" is that what t
On Mon, Mar 7, 2011 at 2:55 PM, Magnus Hagander wrote:
> On Mon, Mar 7, 2011 at 14:55, Dave Page wrote:
>> Hi,
>>
>> The (large) patch at
>> http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff
>> replaces all the XPM images in pgAdmin with PNG ones. This offers us
>> two major advan
On Mon, Mar 7, 2011 at 14:55, Dave Page wrote:
> Hi,
>
> The (large) patch at
> http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff
> replaces all the XPM images in pgAdmin with PNG ones. This offers us
> two major advantages:
>
> 1) XPM images aren't supported by many graphics tools
Patch attached which corrects the docs where catalog functions no
longer accept values of type name. Originally a note submitted by
someone on the docs, but this affects more than just the one they
mentioned.
--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #51
Hi,
The (large) patch at
http://developer.pgadmin.org/~dpage/embedded_images_infra-v8.diff
replaces all the XPM images in pgAdmin with PNG ones. This offers us
two major advantages:
1) XPM images aren't supported by many graphics tools, and almost
always require manual editing to fix the internal
22 matches
Mail list logo