Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-08-08 Thread Bruce Momjian
Patch applied by Tom. Thanks. --- Karel Zak wrote: > > This is new version of SELECT FOR UPDATE NOWAIT patch. > > Karel > > > > On Sat, 2005-06-25 at 08:40 +0200, Hans-Juergen Schoenig wrote: > > yes, i think w

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-08-01 Thread Tom Lane
Karel Zak <[EMAIL PROTECTED]> writes: > This is new version of SELECT FOR UPDATE NOWAIT patch. Applied with revisions. regards, tom lane ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-07-02 Thread Bruce Momjian
Karel Zak wrote: > > This is new version of SELECT FOR UPDATE NOWAIT patch. > > Karel > > > > On Sat, 2005-06-25 at 08:40 +0200, Hans-Juergen Schoenig wrote: > > yes, i think we can do it in time. > > > > regards, > > > >hans > > > > > > > > Bruce Momjian wrote: > > >

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-07-01 Thread Karel Zak
This is new version of SELECT FOR UPDATE NOWAIT patch. Karel On Sat, 2005-06-25 at 08:40 +0200, Hans-Juergen Schoenig wrote: > yes, i think we can do it in time. > > regards, > >hans > > > > Bruce Momjian wrote: > > >Are you working on a updated version of this? > >

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-06-27 Thread Hans-Juergen Schoenig
yes, i think we can do it in time. regards, hans Bruce Momjian wrote: Are you working on a updated version of this? --- Bruce Momjian wrote: Uh, seems the code has drifted too much and now I can't apply th

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-06-27 Thread Karel Zak
On Fri, 2005-06-24 at 22:32 -0400, Bruce Momjian wrote: > Are you working on a updated version of this? I will work on new version during this week. Karel > --- > > Bruce Momjian wrote: > > > > Uh, seems the code

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-06-24 Thread Bruce Momjian
Are you working on a updated version of this? --- Bruce Momjian wrote: > > Uh, seems the code has drifted too much and now I can't apply this. > Would you redo this against current CVS? Thanks. > > --

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-06-10 Thread Bruce Momjian
Uh, seems the code has drifted too much and now I can't apply this. Would you redo this against current CVS? Thanks. --- Hans-Juergen Schoenig wrote: > Folks, > > We have implemented SELECT FOR UPDATE NOWAIT for PostgreSQ

Re: [PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2005-01-03 Thread Bruce Momjian
This has been saved for the 8.1 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Hans-Juergen Schoenig wrote: > Folks, > > We have implemented SELECT FOR UPDATE NOWAIT for PostgreSQL. > The patch attach

[PATCHES] Implementing SELECT FOR UPDATE [NOWAIT]

2004-12-29 Thread Hans-Juergen Schoenig
Folks, We have implemented SELECT FOR UPDATE NOWAIT for PostgreSQL. The patch attached to this email contains all the required code including ECPG updates and some documentation. It would be nice if this patch would be included in PostgreSQL 8.1 Best regards, Ewald Geschwi