Re: [COMMITTERS] pgsql: Stamp 9.4beta3.

2014-10-07 Thread Michael Paquier
On Tue, Oct 7, 2014 at 3:32 AM, Tom Lane wrote: > Stamp 9.4beta3. > Tag REL9_4_BETA3 seems to be still missing. -- Michael

Re: [COMMITTERS] pgsql: Stamp 9.4beta3.

2014-10-07 Thread Andres Freund
On 2014-10-07 20:27:16 +0900, Michael Paquier wrote: > On Tue, Oct 7, 2014 at 3:32 AM, Tom Lane wrote: > > > Stamp 9.4beta3. > > > Tag REL9_4_BETA3 seems to be still missing. That's normal. The tag is normally only pushed around the release date. Greetings, Andres Freund -- Andres Freund

Re: [COMMITTERS] pgsql: Stamp 9.4beta3.

2014-10-07 Thread Tom Lane
Andres Freund writes: > On 2014-10-07 20:27:16 +0900, Michael Paquier wrote: >> Tag REL9_4_BETA3 seems to be still missing. > That's normal. The tag is normally only pushed around the release date. Actually I have a reminder set to do it Wednesday ;-). The reason for delaying is that if any of

[COMMITTERS] pgsql: Implement SKIP LOCKED for row-level locks

2014-10-07 Thread Alvaro Herrera
Implement SKIP LOCKED for row-level locks This clause changes the behavior of SELECT locking clauses in the presence of locked rows: instead of causing a process to block waiting for the locks held by other processes (or raise an error, with NOWAIT), SKIP LOCKED makes the new reader skip over such