[COMMITTERS] pgsql: Add many new Asserts in code and fix simple bug that slipped

2010-05-14 Thread Simon Riggs
Log Message: --- Add many new Asserts in code and fix simple bug that slipped through without them, related to previous commit. Report by Bruce Momjian. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.410 -> r1.411) (http://anoncvs.postgresq

[COMMITTERS] pginstaller - pginst: Update for 8.2.17

2010-05-14 Thread Dave Page
Log Message: --- Update for 8.2.17 Tags: REL8_2_STABLE Modified Files: -- pginst/package: README.TXT (r1.4.2.16 -> r1.4.2.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.16&r2=1.4.2.17) -- Sent via pgs

Re: [COMMITTERS] pginstaller - pginst: Update for 8.2.17

2010-05-14 Thread Thom Brown
On 14 May 2010 10:35, Dave Page wrote: > Log Message: > --- > Update for 8.2.17 > > Tags: > > REL8_2_STABLE > > Modified Files: > -- >pginst/package: >README.TXT (r1.4.2.16 -> r1.4.2.17) >( > http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pgin

[COMMITTERS] pginstaller - pginst: Fix URL, per Thom Brown

2010-05-14 Thread Dave Page
Log Message: --- Fix URL, per Thom Brown Tags: REL8_2_STABLE Modified Files: -- pginst/package: README.TXT (r1.4.2.17 -> r1.4.2.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.17&r2=1.4.2.18) -- Sent v

Re: [COMMITTERS] pginstaller - pginst: Update for 8.2.17

2010-05-14 Thread Dave Page
On Fri, May 14, 2010 at 10:38 AM, Thom Brown wrote: > On 14 May 2010 10:35, Dave Page wrote: >> >> Log Message: >> --- >> Update for 8.2.17 >> >> Tags: >> >> REL8_2_STABLE >> >> Modified Files: >> -- >>    pginst/package: >>        README.TXT (r1.4.2.16 -> r1.4.2.17) >> >

[COMMITTERS] pgsql: Remove CRs.

2010-05-14 Thread Takahiro Itagaki
Log Message: --- Remove CRs. Modified Files: -- pgsql/src/backend/po: ja.po (r1.4 -> r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/ja.po?r1=1.4&r2=1.5) -- Sent via pgsql-committers mailing list ([email protected]) To m

[COMMITTERS] pginstaller - pginst: Update for 8.3.11.

2010-05-14 Thread Dave Page
Log Message: --- Update for 8.3.11. Fix FAQ URL per Thom. Tags: REL8_3_STABLE Modified Files: -- pginst/package: README.TXT (r1.7.2.10 -> r1.7.2.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.10&r2=1.7.

[COMMITTERS] npgsql - Npgsql2: Added missing tests for bug 1010788 and array

2010-05-14 Thread User Fxjr
Log Message: --- Added missing tests for bug 1010788 and array handling of doubles. Prepared statements with array of doubles still hang. Needs fixing. Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: CommandTests.cs (r1.39 -> r1.40) (http://c

[COMMITTERS] pgsql: We now accept read-only connections in state

2010-05-14 Thread Robert Haas
Log Message: --- We now accept read-only connections in state PM_RECOVERY_CONSISTENT. Modified Files: -- pgsql/src/backend/postmaster: postmaster.c (r1.606 -> r1.607) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.6