[COMMITTERS] npgsql - Npgsql2: 2007-07-03 Francisco Figueiredo Jr.

2007-07-02 Thread User Fxjr
Log Message: --- 2007-07-03 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> README.txt, RELEASENOTES.txt: Initial import. Added notice about preview release of Npgsql2 Added Files: --- Npgsql2: README.txt (r1.1) (http://cvs.pgfoundry.org/cgi-

[COMMITTERS] pgsql: Add ALTER VIEW ...

2007-07-02 Thread Neil Conway
Log Message: --- Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. Sequences and views could previously be renamed using ALTER TABLE, but this was a repeated source of confusion for users. Update the docs, and psql tab completion. Patch from David Fetter; various minor

[COMMITTERS] pgunittest - pgUnitTest: New Directory

2007-07-02 Thread User Pgunittest
Update of /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/transformer In directory pgfoundry.org:/tmp/cvs-serv96233/src/org/pgfoundry/pgunittest/transformer Log Message: Directory /cvsroot/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/transformer added to the repository

[COMMITTERS] pgsql: - Fix the -w (wait) option to work in Windows service mode, per

2007-07-02 Thread Magnus Hagander
Log Message: --- - Fix the -w (wait) option to work in Windows service mode, per bug #3382. - Prevent the -w option being passed to the postmaster. - Read the postmaster options file when starting as a Windows service. Dave Page Tags: REL8_2_STABLE Modified Files: --

[COMMITTERS] pgsql: - Fix the -w (wait) option to work in Windows service mode, per

2007-07-02 Thread Magnus Hagander
Log Message: --- - Fix the -w (wait) option to work in Windows service mode, per bug #3382. - Prevent the -w option being passed to the postmaster. - Read the postmaster options file when starting as a Windows service. Dave Page Modified Files: -- pgsql/src/bin/pg_ctl:

[COMMITTERS] pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM

2007-07-02 Thread Tom Lane
Log Message: --- Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). This is a Linux kernel bug that apparently exists in every extant kernel version: sometimes shmctl() will fail with EIDRM when EINVAL is correct. We were assuming that EIDRM indicates a possible

[COMMITTERS] pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM

2007-07-02 Thread Tom Lane
Log Message: --- Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). This is a Linux kernel bug that apparently exists in every extant kernel version: sometimes shmctl() will fail with EIDRM when EINVAL is correct. We were assuming that EIDRM indicates a possible

[COMMITTERS] pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM

2007-07-02 Thread Tom Lane
Log Message: --- Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). This is a Linux kernel bug that apparently exists in every extant kernel version: sometimes shmctl() will fail with EIDRM when EINVAL is correct. We were assuming that EIDRM indicates a possible

[COMMITTERS] pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM

2007-07-02 Thread Tom Lane
Log Message: --- Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). This is a Linux kernel bug that apparently exists in every extant kernel version: sometimes shmctl() will fail with EIDRM when EINVAL is correct. We were assuming that EIDRM indicates a possible

[COMMITTERS] pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM

2007-07-02 Thread Tom Lane
Log Message: --- Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). This is a Linux kernel bug that apparently exists in every extant kernel version: sometimes shmctl() will fail with EIDRM when EINVAL is correct. We were assuming that EIDRM indicates a possible

[COMMITTERS] pgsql: Fix failure to restart Postgres when Linux kernel returns EIDRM

2007-07-02 Thread Tom Lane
Log Message: --- Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). This is a Linux kernel bug that apparently exists in every extant kernel version: sometimes shmctl() will fail with EIDRM when EINVAL is correct. We were assuming that EIDRM indicates a possible

[COMMITTERS] dblink-tds - dblink_tds:

2007-07-02 Thread User Diogob
Log Message: --- Tags: stable81-64 Modified Files: -- dblink_tds: README.dblink_tds (r1.1.2.2.2.1 -> r1.1.2.2.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dblink-tds/dblink_tds/README.dblink_tds.diff?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2) dblink