[COMMITTERS] pgsql: This patch refactors away some duplicated code in the index AM

2005-05-10 Thread Neil Conway
Log Message: --- This patch refactors away some duplicated code in the index AM build methods: they all invoke UpdateStats() since they have computed the number of heap tuples, so I created a function in catalog/index.c that each AM now calls. Modified Files: -- pgsql/src/b

[COMMITTERS] pgsql: Add Chinese FAQ.

2005-05-10 Thread Bruce Momjian
Log Message: --- Add Chinese FAQ. [EMAIL PROTECTED] Added Files: --- pgsql/doc: FAQ_chinese (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_chinese?rev=1.1&content-type=text/x-cvsweb-markup) pgsql/doc/src/FAQ: FAQ_chinese.html (r1.

[COMMITTERS] pgsql: Backpatch new Chinese FAQ to 8.0.X.

2005-05-10 Thread Bruce Momjian
Log Message: --- Backpatch new Chinese FAQ to 8.0.X. Tags: REL8_0_STABLE Added Files: --- pgsql/doc: FAQ_chinese (r1.1.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_chinese?rev=1.1.2.1&content-type=text/x-cvsweb-markup) pgsql/doc/src/

[COMMITTERS] pgsql: This patch reduces the size of the message header used by

2005-05-10 Thread Neil Conway
Log Message: --- This patch reduces the size of the message header used by statistics collector messages, per recent discussion on pgsql-patches. This actually required quite a few changes -- for example, "databaseid != InvalidOid" was used to check whether a slot in the backend entry table

[COMMITTERS] pgsql: Code cleanup: in C89, there is no point casting the first

2005-05-10 Thread Neil Conway
Log Message: --- Code cleanup: in C89, there is no point casting the first argument to memset() or MemSet() to a char *. For one, memset()'s first argument is a void *, and further void * can be implicitly coerced to/from any other pointer type. Modified Files: -- pgsql/src

[COMMITTERS] pgsql: Back out check for unreferenced files.

2005-05-10 Thread Bruce Momjian
Log Message: --- Back out check for unreferenced files. Heikki Linnakangas Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.diff?r1=1.42&r2=1.43) pg

[COMMITTERS] pgsql: Item removed from CVS: < * -Check for unreferenced table files

2005-05-10 Thread Bruce Momjian
Log Message: --- Item removed from CVS: < * -Check for unreferenced table files created by transactions that were > * Check for unreferenced table files created by transactions that were Modified Files: -- pgsql/doc: TODO (r1.1525 -> r1.1526) (http://devel

[COMMITTERS] pgsql: Report index name on CLUSTER failure.

2005-05-10 Thread Bruce Momjian
Log Message: --- Report index name on CLUSTER failure. Also, suggest ALTER TABLE WITHOUT CLUSTER for cluster failure of a single table in a full db cluster. Modified Files: -- pgsql/src/backend/commands: cluster.c (r1.137 -> r1.138) (http://developer.postg