[COMMITTERS] pgsql: Add encryption section to documentation.

2005-05-07 Thread Bruce Momjian
Log Message: --- Add encryption section to documentation. Christopher Browne Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.315 -> r1.316) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.315&r2=1.316) ---

[COMMITTERS] pgsql: Documentation adjustments.

2005-05-07 Thread Bruce Momjian
Log Message: --- Documentation adjustments. Vladimir Chukharev Modified Files: -- pgsql/doc/src/sgml: queries.sgml (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/queries.sgml.diff?r1=1.33&r2=1.34) pgsql/doc/src/sgml/ref

[COMMITTERS] pgsql: Repair very-low-probability race condition between relation

2005-05-07 Thread Tom Lane
Log Message: --- Repair very-low-probability race condition between relation extension and VACUUM: in the interval between adding a new page to the relation and formatting it, it was possible for VACUUM to come along and decide it should format the page too. Though not harmful in itself, t

[COMMITTERS] pgsql: Repair very-low-probability race condition between relation

2005-05-07 Thread Tom Lane
Log Message: --- Repair very-low-probability race condition between relation extension and VACUUM: in the interval between adding a new page to the relation and formatting it, it was possible for VACUUM to come along and decide it should format the page too. Though not harmful in itself, t

[COMMITTERS] pgsql: Repair very-low-probability race condition between relation

2005-05-07 Thread Tom Lane
Log Message: --- Repair very-low-probability race condition between relation extension and VACUUM: in the interval between adding a new page to the relation and formatting it, it was possible for VACUUM to come along and decide it should format the page too. Though not harmful in itself, t

[COMMITTERS] pgsql: Repair very-low-probability race condition between relation

2005-05-07 Thread Tom Lane
Log Message: --- Repair very-low-probability race condition between relation extension and VACUUM: in the interval between adding a new page to the relation and formatting it, it was possible for VACUUM to come along and decide it should format the page too. Though not harmful in itself, t

[COMMITTERS] pgsql: Repair very-low-probability race condition between relation

2005-05-07 Thread Tom Lane
Log Message: --- Repair very-low-probability race condition between relation extension and VACUUM: in the interval between adding a new page to the relation and formatting it, it was possible for VACUUM to come along and decide it should format the page too. Though not harmful in itself, t

[COMMITTERS] pgsql: Adjust time qual checking code so that we always check

2005-05-07 Thread Tom Lane
Log Message: --- Adjust time qual checking code so that we always check TransactionIdIsInProgress before we check commit/abort status. Formerly this was done in some paths but not all, with the result that a transaction might be considered committed for some purposes before it became commi

[COMMITTERS] pgsql: Adjust time qual checking code so that we always check

2005-05-07 Thread Tom Lane
Log Message: --- Adjust time qual checking code so that we always check TransactionIdIsInProgress before we check commit/abort status. Formerly this was done in some paths but not all, with the result that a transaction might be considered committed for some purposes before it became commi

[COMMITTERS] pgsql: Adjust time qual checking code so that we always check

2005-05-07 Thread Tom Lane
Log Message: --- Adjust time qual checking code so that we always check TransactionIdIsInProgress before we check commit/abort status. Formerly this was done in some paths but not all, with the result that a transaction might be considered committed for some purposes before it became commi

[COMMITTERS] pgsql: Adjust time qual checking code so that we always check

2005-05-07 Thread Tom Lane
Log Message: --- Adjust time qual checking code so that we always check TransactionIdIsInProgress before we check commit/abort status. Formerly this was done in some paths but not all, with the result that a transaction might be considered committed for some purposes before it became commi

[COMMITTERS] pgsql: Adjust time qual checking code so that we always check

2005-05-07 Thread Tom Lane
Log Message: --- Adjust time qual checking code so that we always check TransactionIdIsInProgress before we check commit/abort status. Formerly this was done in some paths but not all, with the result that a transaction might be considered committed for some purposes before it became commi

[COMMITTERS] pgsql: Fix case in which a debug printout would print already-pfreed

2005-05-07 Thread Tom Lane
Log Message: --- Fix case in which a debug printout would print already-pfreed data. Modified Files: -- pgsql/src/backend/access/transam: multixact.c (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/multixact.c.dif

[COMMITTERS] pgsql: Add description: < Currently locale can only be set during

2005-05-07 Thread Bruce Momjian
Log Message: --- Add description: < Currently locale can only be set during initdb. > Currently locale can only be set during initdb. No global tables have > locale-aware columns. However, the database template used during > database creation might have locale-aware indexes. The

[COMMITTERS] pgsql: Add comment on C locale test for upper/lower/initcap().

2005-05-07 Thread Bruce Momjian
Log Message: --- Add comment on C locale test for upper/lower/initcap(). Modified Files: -- pgsql/src/backend/utils/adt: oracle_compat.c (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/oracle_compat.c.diff?r1=1.59&r2

[COMMITTERS] pgpool - pgpool: fix malloc size (not harmfull actually)

2005-05-07 Thread User T-ishii
Log Message: --- fix malloc size (not harmfull actually) Modified Files: -- pgpool: main.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/main.c.diff?r1=1.3&r2=1.4) ---(end of broadcast)---

[COMMITTERS] pgpool - pgpool: fix memory leak

2005-05-07 Thread User T-ishii
Log Message: --- fix memory leak Modified Files: -- pgpool: pool_error.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_error.c.diff?r1=1.1.1.1&r2=1.2) ---(end of broadcast)---