[COMMITTERS] pgsql: Improve broadcast wording for failover/clustering documentation.

2006-11-14 Thread Bruce Momjian
Log Message: --- Improve broadcast wording for failover/clustering documentation. Modified Files: -- pgsql/doc/src/sgml: failover.sgml (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/failover.sgml.diff?r1=1.5&r2=1.6) -

Re: [COMMITTERS] pgsql: pg_stop_backup was

2006-11-14 Thread Bruce Momjian
Simon Riggs wrote: > On Thu, 2006-06-22 at 17:43 -0300, Tom Lane wrote: > > Log Message: > > --- > > pg_stop_backup was calling XLogArchiveNotify() twice for the newly created > > backup history file. Bug introduced by the 8.1 change to make > > pg_stop_backup > > delete older history fil

Re: [COMMITTERS] pgsql: pg_stop_backup was callingXLogArchiveNotify() twice for the

2006-11-14 Thread Simon Riggs
On Thu, 2006-06-22 at 17:43 -0300, Tom Lane wrote: > Log Message: > --- > pg_stop_backup was calling XLogArchiveNotify() twice for the newly created > backup history file. Bug introduced by the 8.1 change to make pg_stop_backup > delete older history files. Per report from Masao Fujii. >

[COMMITTERS] pgsql: Add URL for case identifiers.

2006-11-14 Thread Bruce Momjian
Log Message: --- Add URL for case identifiers. < > http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php Modified Files: -- pgsql/doc: TODO (r1.2007 -> r1.2008) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2007&r2=1.20

[COMMITTERS] pgsql: Fix xrefs for failover changes.

2006-11-14 Thread Bruce Momjian
Log Message: --- Fix xrefs for failover changes. Modified Files: -- pgsql/doc/src/sgml: failover.sgml (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/failover.sgml.diff?r1=1.4&r2=1.5) ---(end of broadca

[COMMITTERS] pgsql: Update failover docs, per suggestions from Chris Browne.

2006-11-14 Thread Bruce Momjian
Log Message: --- Update failover docs, per suggestions from Chris Browne. Modified Files: -- pgsql/doc/src/sgml: failover.sgml (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/failover.sgml.diff?r1=1.3&r2=1.4) -

[COMMITTERS] psqlodbc - psqlodbc: added a revision history.

2006-11-14 Thread User H-saito
Log Message: --- added a revision history. Modified Files: -- psqlodbc/docs: release.html (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html.diff?r1=1.19&r2=1.20) ---(end of broadcast)-

[COMMITTERS] psqlodbc - psqlodbc: The version is now 8.2.0201.

2006-11-14 Thread User Hinoue
Log Message: --- The version is now 8.2.0201. 1. Ditinguish the indicaitor and the octet_length field of APD clcearly. 2. Handle @@IDENTITY more generally. 3. Take outer join into account so as to evaluate nullability. 4. Fix a bug about Keyset-driven cursors. Modified Files: --