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
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.
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/
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
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
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
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
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