[COMMITTERS] pgsql: Fixed bug in Informix define handling.

2007-08-29 Thread Michael Meskes
Log Message: --- Fixed bug in Informix define handling. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.353 -> r1.354) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.353&r2=1.354) pgsql/src/interfaces/ec

[COMMITTERS] pgsql: Fixed bug in Informix define handling.

2007-08-29 Thread Michael Meskes
Log Message: --- Fixed bug in Informix define handling. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: ecpg.c (r1.94 -> r1.94.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.c?r1=1.94&

[COMMITTERS] pgsql: Fixed bug in Informix define handling.

2007-08-29 Thread Michael Meskes
Log Message: --- Fixed bug in Informix define handling. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: ecpg.c (r1.93 -> r1.93.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.c?r1=1.93&

[COMMITTERS] pgsql: Fixed bug in Informix define handling.

2007-08-29 Thread Michael Meskes
Log Message: --- Fixed bug in Informix define handling. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: ecpg.c (r1.91 -> r1.91.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.c?r1=1.91&

[COMMITTERS] pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the

2007-08-29 Thread Tom Lane
Log Message: --- Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data read from the temp file didn't match the file length reported by ftello(), the wrong variable's value was printed, and so the message made no sense. Clean up a couple other coding infelicities whi

[COMMITTERS] pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the

2007-08-29 Thread Tom Lane
Log Message: --- Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data read from the temp file didn't match the file length reported by ftello(), the wrong variable's value was printed, and so the message made no sense. Clean up a couple other coding infelicities whi

[COMMITTERS] pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the

2007-08-29 Thread Tom Lane
Log Message: --- Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data read from the temp file didn't match the file length reported by ftello(), the wrong variable's value was printed, and so the message made no sense. Clean up a couple other coding infelicities whi

[COMMITTERS] pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the

2007-08-29 Thread Tom Lane
Log Message: --- Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data read from the temp file didn't match the file length reported by ftello(), the wrong variable's value was printed, and so the message made no sense. Clean up a couple other coding infelicities whi

[COMMITTERS] pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the

2007-08-29 Thread Tom Lane
Log Message: --- Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data read from the temp file didn't match the file length reported by ftello(), the wrong variable's value was printed, and so the message made no sense. Clean up a couple other coding infelicities whi

[COMMITTERS] pgsql: Fix aboriginal bug in _tarAddFile(): when complaining that the

2007-08-29 Thread Tom Lane
Log Message: --- Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data read from the temp file didn't match the file length reported by ftello(), the wrong variable's value was printed, and so the message made no sense. Clean up a couple other coding infelicities whi

[COMMITTERS] pgsql: Relax permissions checks on dbsize functions, per discussion.

2007-08-29 Thread Tom Lane
Log Message: --- Relax permissions checks on dbsize functions, per discussion. Revert out all checks for individual-table-size functions, since anyone in the database could get approximate values from pg_class.relpages anyway. Allow database-size to users with CONNECT privilege for the ta

[COMMITTERS] pgsql: Move full text search operators, functions, and data type

2007-08-29 Thread Bruce Momjian
Log Message: --- Move full text search operators, functions, and data type sections into the main documentation, out of its own text search chapter. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.207 -> r1.208) (http://developer.postgresql.org/cvs

Re: [COMMITTERS] pgsql: Add a debug logging message when a resource manager rejects an

2007-08-29 Thread Simon Riggs
On Tue, 2007-08-28 at 23:17 +, Tom Lane wrote: > Log Message: > --- > Add a debug logging message when a resource manager rejects an attempted > restart point. Per suggestion from Simon Riggs. Can we back patch to REL8_2_STABLE also? -- Simon Riggs 2ndQuadrant http://www.2ndQua

[COMMITTERS] pgsql: Text search documentation word improvements; move configuration

2007-08-29 Thread Bruce Momjian
Log Message: --- Text search documentation word improvements; move configuration section to be more logical. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.389 -> r1.390) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.3

[COMMITTERS] pgsql: Update tsearch documentation wording.

2007-08-29 Thread Bruce Momjian
Log Message: --- Update tsearch documentation wording. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.7&r2=1.8) ---(end of br

[COMMITTERS] pgsql: Fix broken markup.

2007-08-29 Thread Tatsuo Ishii
Log Message: --- Fix broken markup. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.8&r2=1.9) ---(end of broadcast)---

[COMMITTERS] pgsql: Fix int8mul so that overflow check is applied correctly for

2007-08-29 Thread Tom Lane
Log Message: --- Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED case, per Florian Pflug. Not back-patched since it's unclear that anyone but me still cares ... Modified Files: -- pgsql/src/backend/utils/adt: int8.c (r1.66 -> r1.67)