On Tue, 2011-07-19 at 21:44 +0100, Dave Page wrote:
> On Tue, Jul 19, 2011 at 8:06 PM, Guillaume Lelarge
> wrote:
> >> There's no Makefile there. Did you forget to check it in?
> >>
> >>
> >
> > Oops, forgot this one. The fact that Makefile is in the .gitignore file
> > didn't help.
>
> So I'm th
Support for security labels on global objects
This is to support a 9.2 feature of PostgreSQL. It adds a new tab to
databases, roles, and tablespaces dialogs, that allows one to add security
label for each provider they want. I suppose most users will have only one
provider, but the patch supports
Support for security labels on local objects
This patch adds support to a PostgreSQL 9.1 feature called security
labels. It adds a new tab to tables, columns, aggregates, domains,
foreign tables, functions, languages, sequences, types, and views
dialogs, that allows one to add security label for e
Support for not valid domain and check constraints
In 9.2, domains and check constraints can be declared not valid. Their
validity can be forced later. This patch adds support for this.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8b28d87704
Adds support for load/save models in the database designer
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=271d84f7baaeae8e3ee235dbcf3838e6546bda8d
Author: Luis Ochoa
Modified Files
--
CHANGELOG
Update CHANGELOG, and make style
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=038f993311f71ffb5496eeff259d217e791221fb
Modified Files
--
CHANGELOG |4 +
pgadmin/ctl/ctlSeclabelPanel.cpp | 11
On Mon, Jul 25, 2011 at 8:52 AM, Guillaume Lelarge
wrote:
> On Tue, 2011-07-19 at 21:44 +0100, Dave Page wrote:
>> On Tue, Jul 19, 2011 at 8:06 PM, Guillaume Lelarge
>> wrote:
>> >> There's no Makefile there. Did you forget to check it in?
>> >>
>> >>
>> >
>> > Oops, forgot this one. The fact tha
Forgot this file.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=084e0947b59afc3377ee0e57c047692c9c144e59
Modified Files
--
pgadmin/include/images/checkbad.png | Bin 0 -> 579 bytes
1 files changed, 0 insertions(+), 0 deletions(-)
Add multiline flag for textbox in domain and server dialog
Branch
--
REL-1_14_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a81daf94aa063d2d1fa1be66978dcf261eb33eb1
Modified Files
--
pgadmin/ui/dlgDomain.xrc |1 +
pgadmin/ui/dlgServe
Add multiline flag for textbox in domain and server dialog
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=199b23e3ec5c8062a50e58b266c3fdbe12035c8e
Modified Files
--
pgadmin/ui/dlgDomain.xrc |1 +
pgadmin/ui/dlgServer.xrc |
On Mon, 2011-07-25 at 09:02 +0200, Guillaume Lelarge wrote:
> Hi,
>
> Luis sent me his last patch to support load/save features for the
> database designer. It's a quite simple patch, and works flawlessly
> AFAICT.
>
> I'd like to commit it this afternoon, so if you want to look at it
> first, yo
On Sun, 2011-07-24 at 21:23 +0200, Guillaume Lelarge wrote:
> On Sun, 2011-07-24 at 17:40 +0200, Guillaume Lelarge wrote:
> > On Sun, 2011-07-24 at 10:58 +0200, Guillaume Lelarge wrote:
> > > Hi,
> > >
> > > This patch adds support to a PostgreSQL 9.1 feature called security
> > > labels. It adds
#322: CHECK constraints with NOT VALID
--+-
Reporter: gleu | Owner: gleu
Type: feature | Status: closed
Priority: minor| Milestone: 1.16
Component:
#243: Add security label support
--+-
Reporter: gleu | Owner: gleu
Type: feature | Status: closed
Priority: minor| Milestone: 1.16
Component: pgadmin | Ve
#331: Add support for SECURITY LABEL on databases, tablespaces, and roles.
--+-
Reporter: gleu | Owner: gleu
Type: feature | Status: closed
Priority:
On Mon, 2011-07-25 at 16:20 +0100, Dave Page wrote:
> On Mon, Jul 25, 2011 at 8:52 AM, Guillaume Lelarge
> wrote:
> > On Tue, 2011-07-19 at 21:44 +0100, Dave Page wrote:
> >> On Tue, Jul 19, 2011 at 8:06 PM, Guillaume Lelarge
> >> wrote:
> >> >> There's no Makefile there. Did you forget to check
On Sun, 2011-07-24 at 16:00 +0200, Vladimir Kokovic wrote:
> Hi,
>
> This patch is probably Release Candidate 2!
>
> Fixed copy / paste of tables that do not have columns.
>
> Everything functions as provided except for one detail that I have no
> explanation or solution.
>
> Functionality:
> 1
On Mon, Jul 25, 2011 at 8:33 PM, Guillaume Lelarge
wrote:
>> Something like the attached? (lightly tested!)
>>
>
> Oh yeah, thanks, it works right out of the box for me.
Sweet :-)
> So I guess we have it all? or is there anything missing?
You need to change _static to images I think. Plus, the
On Tue, 2011-07-19 at 21:12 +0100, Dave Page wrote:
> On Tue, Jul 19, 2011 at 7:47 PM, Guillaume Lelarge
> wrote:
> > I tried something else today. Suppose a database with two schemas. Both
> > have objects in them, let's say two tables in each schema. Connect to
> > the database, click on the + o
On Mon, 2011-07-25 at 20:39 +0100, Dave Page wrote:
> On Mon, Jul 25, 2011 at 8:33 PM, Guillaume Lelarge
> wrote:
> >> Something like the attached? (lightly tested!)
> >>
> >
> > Oh yeah, thanks, it works right out of the box for me.
>
> Sweet :-)
>
> > So I guess we have it all? or is there any
On Mon, Jul 25, 2011 at 8:59 PM, Guillaume Lelarge
wrote:
> You mean something like this?
>
> diff --git a/Makefile.am b/Makefile.am
> index 677ec5c..d1d19f3 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -34,7 +34,8 @@ EXTRA_DIST = \
>
> TMP_docs = \
> $(top_srcdir)/docs/en_US/*.css
Use sphinx documentation system
With a big help from Dave, especially with the autoconf system.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2d85533a2699c687d95b4b8f5ed0b9fcd844ede2
Modified Files
--
CHANGELOG
On Mon, 2011-07-25 at 21:01 +0100, Dave Page wrote:
> On Mon, Jul 25, 2011 at 8:59 PM, Guillaume Lelarge
> wrote:
> > You mean something like this?
> >
> > diff --git a/Makefile.am b/Makefile.am
> > index 677ec5c..d1d19f3 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > @@ -34,7 +34,8 @@ EXT
23 matches
Mail list logo