[COMMITTERS] pgsql: Make DROP INDEX lock the parent table before locking the index.

2008-06-15 Thread Tom Lane
Log Message: --- Make DROP INDEX lock the parent table before locking the index. This behavior is necessary to avoid deadlock against ordinary queries, but we'd broken it with recent changes that made the DROP machinery lock the index before arriving at index_drop. Per intermittent buildf

[COMMITTERS] pgsql: Add script to find .c and .h files that are missing CVS

2008-06-15 Thread Andrew Dunstan
Log Message: --- Add script to find .c and .h files that are missing CVS PostgreSQL markers and add them. Avoids third party files or those that would cause regression failures. Added Files: --- pgsql/src/tools: add_cvs_markers (r1.1) (http://anoncvs.postgresql

Re: [COMMITTERS] pgsql: Add script to find .c and .h files that are missing CVS

2008-06-15 Thread Tom Lane
[EMAIL PROTECTED] (Andrew Dunstan) writes: > Add script to find .c and .h files that are missing CVS PostgreSQL markers > and add them. Avoids third party files or those that would cause regression > failures. It rather looks like CVS broke that script for you. You'll need to find some way around

[COMMITTERS] pgsql: Prevent CVS from mangling script

2008-06-15 Thread Andrew Dunstan
Log Message: --- Prevent CVS from mangling script Modified Files: -- pgsql/src/tools: add_cvs_markers (r1.1 -> r1.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/add_cvs_markers?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-

Re: [COMMITTERS] pgsql: Add script to find .c and .h files that are missing CVS

2008-06-15 Thread Andrew Dunstan
Tom Lane wrote: [EMAIL PROTECTED] (Andrew Dunstan) writes: Add script to find .c and .h files that are missing CVS PostgreSQL markers and add them. Avoids third party files or those that would cause regression failures. It rather looks like CVS broke that script for you. You'll need

[COMMITTERS] pgsql: Rewrite docs section about routine vacuuming --- it's gotten

2008-06-15 Thread Tom Lane
Log Message: --- Rewrite docs section about routine vacuuming --- it's gotten rather mangled of late, with lots of redundancy, bad grammar, and just plain poor exposition. Make it clear that autovacuum is now considered the normal solution. Modified Files: -- pgsql/doc/src/