[COMMITTERS] pgsql: Allow ALTER TABLE ..

2010-07-01 Thread Robert Haas
Log Message: --- Allow ALTER TABLE .. SET TABLESPACE to be interrupted. Backpatch to 8.0, where tablespaces were introduced. Guillaume Lelarge Modified Files: -- pgsql/src/backend/commands: tablecmds.c (r1.330 - r1.331)

[COMMITTERS] pgsql: Allow ALTER TABLE ..

2010-07-01 Thread Robert Haas
Log Message: --- Allow ALTER TABLE .. SET TABLESPACE to be interrupted. Backpatch to 8.0, where tablespaces were introduced. Guillaume Lelarge Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/commands: tablecmds.c (r1.142.4.11 - r1.142.4.12)

[COMMITTERS] pgsql: Allow ALTER TABLE ..

2010-07-01 Thread Robert Haas
Log Message: --- Allow ALTER TABLE .. SET TABLESPACE to be interrupted. Backpatch to 8.0, where tablespaces were introduced. Guillaume Lelarge Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/commands: tablecmds.c (r1.174.2.9 - r1.174.2.10)

[COMMITTERS] pgsql: Allow ALTER TABLE ..

2010-07-01 Thread Robert Haas
Log Message: --- Allow ALTER TABLE .. SET TABLESPACE to be interrupted. Backpatch to 8.0, where tablespaces were introduced. Guillaume Lelarge Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/commands: tablecmds.c (r1.206.2.8 - r1.206.2.9)

[COMMITTERS] pgsql: Allow ALTER TABLE ..

2010-07-01 Thread Robert Haas
Log Message: --- Allow ALTER TABLE .. SET TABLESPACE to be interrupted. Backpatch to 8.0, where tablespaces were introduced. Guillaume Lelarge Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/commands: tablecmds.c (r1.288.2.3 - r1.288.2.4)

[COMMITTERS] pgsql: Remove port.h prototypes from pg_upgrade.h, per report from

2010-07-01 Thread Bruce Momjian
Log Message: --- Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas. Modified Files: -- pgsql/contrib/pg_upgrade: pg_upgrade.h (r1.9 - r1.10)

[COMMITTERS] pgsql: Get rid of some more stuff that duplicates c.h or port.h.

2010-07-01 Thread Tom Lane
Log Message: --- Get rid of some more stuff that duplicates c.h or port.h. Modified Files: -- pgsql/contrib/pg_upgrade: controldata.c (r1.4 - r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/controldata.c?r1=1.4r2=1.5)

[COMMITTERS] pgsql: Allow copydir() to be interrupted.

2010-07-01 Thread Robert Haas
Log Message: --- Allow copydir() to be interrupted. This makes ALTER DATABASE .. SET TABLESPACE and CREATE DATABASE more sensitive to interrupts. Backpatch to 8.4, where ALTER DATABASE .. SET TABLESPACE was introduced. We could go back further, but in the absence of complaints about the

[COMMITTERS] pgsql: Allow copydir() to be interrupted.

2010-07-01 Thread Robert Haas
Log Message: --- Allow copydir() to be interrupted. This makes ALTER DATABASE .. SET TABLESPACE and CREATE DATABASE more sensitive to interrupts. Backpatch to 8.4, where ALTER DATABASE .. SET TABLESPACE was introduced. We could go back further, but in the absence of complaints about the

[COMMITTERS] pgsql: Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery

2010-07-01 Thread Bruce Momjian
Log Message: --- Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode. Per idea from Fujii Masao Modified Files: -- pgsql/src/backend/commands: tablespace.c (r1.74 - r1.75)

[COMMITTERS] pgtcl - libpgtcl: * added async command pg::sql.

2010-07-01 Thread User Bschwarz
Log Message: --- * added async command pg::sql. Gives a callback to a statement execution allowing for async behavior. Based on code from Miguel Sofer. Modified Files: -- libpgtcl/generic: pgtcl.c (r1.31 - r1.32)

[COMMITTERS] pgtcl - libpgtcl: * add struct elements to support async callbacks

2010-07-01 Thread User Bschwarz
Log Message: --- * add struct elements to support async callbacks Modified Files: -- libpgtcl/generic: pgtclCmds.h (r1.25 - r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.h?r1=1.25r2=1.26) -- Sent via

[COMMITTERS] pgtcl - libpgtcl: *

2010-07-01 Thread User Bschwarz
Log Message: --- * Modified Files: -- libpgtcl: ChangeLog (r1.63 - r1.64) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.63r2=1.64) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to