Re: [PATCHES] [patch 0/6] pgcrypto update

2005-05-06 Thread Bruce Momjian


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---

Marko Kreen wrote:
 Here are various updates for pgcrypto that
 I've been sitting on for some time now.
 
 They should be applied in order, but otherwise
 they stand alone - code should in working state
 after each one.
 
 Next update is hopefully pgp_encrypt, which I
 have already working, only some final polishing
 is missing.
 
 -- 
 marko
 
 
 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [PATCHES] [patch 0/6] pgcrypto update

2005-05-06 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes:
 Your patch has been added to the PostgreSQL unapplied patches list at:
   http://momjian.postgresql.org/cgi-bin/pgpatches
 It will be applied as soon as one of the PostgreSQL committers reviews
 and approves it.

Neil applied all those some time ago, no?

regards, tom lane

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [PATCHES] [patch 0/6] pgcrypto update

2005-05-06 Thread Marko Kreen
On Fri, May 06, 2005 at 11:49:43AM -0400, Tom Lane wrote:
 Bruce Momjian pgman@candle.pha.pa.us writes:
  Your patch has been added to the PostgreSQL unapplied patches list at:
  http://momjian.postgresql.org/cgi-bin/pgpatches
  It will be applied as soon as one of the PostgreSQL committers reviews
  and approves it.
 
 Neil applied all those some time ago, no?

Yes.

-- 
marko


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [PATCHES] [patch 0/6] pgcrypto update

2005-05-06 Thread Bruce Momjian
Marko Kreen wrote:
 On Fri, May 06, 2005 at 11:49:43AM -0400, Tom Lane wrote:
  Bruce Momjian pgman@candle.pha.pa.us writes:
   Your patch has been added to the PostgreSQL unapplied patches list at:
 http://momjian.postgresql.org/cgi-bin/pgpatches
   It will be applied as soon as one of the PostgreSQL committers reviews
   and approves it.
  
  Neil applied all those some time ago, no?
 
 Yes.

Yes, I see now.  Thanks.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [PATCHES] [patch 0/6] pgcrypto update

2005-05-06 Thread Bruce Momjian

Already applied.

---

Marko Kreen wrote:
 Here are various updates for pgcrypto that
 I've been sitting on for some time now.
 
 They should be applied in order, but otherwise
 they stand alone - code should in working state
 after each one.
 
 Next update is hopefully pgp_encrypt, which I
 have already working, only some final polishing
 is missing.
 
 -- 
 marko
 
 
 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [PATCHES] [patch 0/6] pgcrypto update

2005-03-20 Thread Neil Conway
Marko Kreen wrote:
Here are various updates for pgcrypto that
I've been sitting on for some time now.
I'll apply all these later today, barring any objections.
-Neil
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
   (send unregister YourEmailAddressHere to [EMAIL PROTECTED])


Re: [PATCHES] [patch 0/6] pgcrypto update

2005-03-20 Thread Neil Conway
Marko Kreen wrote:
Here are various updates for pgcrypto that
I've been sitting on for some time now.
Thanks, applied.
-Neil
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
 joining column's datatypes do not match