[COMMITTERS] pgsql: Add info for get_* functions: > > These would be for

2006-08-21 Thread Bruce Momjian
Log Message: --- Add info for get_* functions: > > These would be for application use, not for use by pg_dump. > Modified Files: -- pgsql/doc: TODO (r1.1954 -> r1.1955) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1954&r2=1.1955)

[COMMITTERS] pgsql: Add hint for "invalid byte sequence for encoding" error message,

2006-08-21 Thread Bruce Momjian
Log Message: --- Add hint for "invalid byte sequence for encoding" error message, suggesting review of client_encoding. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.47.2.2 -> r1.47.2.3) (http://developer.postgresql.or

[COMMITTERS] pgsql: Add hint for "invalid byte sequence for encoding" error message,

2006-08-21 Thread Bruce Momjian
Log Message: --- Add hint for "invalid byte sequence for encoding" error message, suggesting review of client_encoding. Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.55 -> r1.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/uti

[COMMITTERS] npgsql - Npgsql: 2006-08-22 Francisco Figueiredo Jr.

2006-08-21 Thread User Fxjr
Log Message: --- 2006-08-22 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * This patch fixes dozens of warnings in the testsuite and removes a bunch of extra whitespace from around and inside of functions. I tried to fix the warnings in the best manner possib

[COMMITTERS] pgsql: Ooops, ldap fix for win32 broke the non-win32 case.

2006-08-21 Thread Tom Lane
Log Message: --- Ooops, ldap fix for win32 broke the non-win32 case. Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.140 -> r1.141) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.140&r2=1.141) --

[COMMITTERS] pgsql: Generalize width_bucket() documentation because b1/b2 can be

2006-08-21 Thread Bruce Momjian
Log Message: --- Generalize width_bucket() documentation because b1/b2 can be interchanged. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.331 -> r1.332) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.331&r2=1.332)

[COMMITTERS] pgsql: Add space between Win2000 and SP4.

2006-08-21 Thread Bruce Momjian
Log Message: --- Add space between Win2000 and SP4. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.430 -> r1.431) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.430&r2=1.431) ---(end o

[COMMITTERS] npgsql - Npgsql: 2006-08-21 Francisco Figueiredo Jr.

2006-08-21 Thread User Fxjr
Log Message: --- 2006-08-21 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * README.txt: Changed README.txt location. It is now located on much more useful root Npgsql folder. Thanks Chris Morgan (cmorgan at alum dot wpi dot edu) for patch. Added Files: --- Npgsql:

[COMMITTERS] pgsql: Fix encrypted-LDAP support so that it doesn't cause the server to

2006-08-21 Thread Tom Lane
Log Message: --- Fix encrypted-LDAP support so that it doesn't cause the server to fail entirely on older Windows platforms without the needed library function. Magnus Hagander Modified Files: -- pgsql/doc/src/sgml: client-auth.sgml (r1.91 -> r1.92) (http:/

[COMMITTERS] pgsql: Minor code rearrangement to save a few cycles in RI_FKey_check

2006-08-21 Thread Tom Lane
Log Message: --- Minor code rearrangement to save a few cycles in RI_FKey_check when the subject tuple is already deleted: we need not open the pk_rel until after we check that. Modified Files: -- pgsql/src/backend/utils/adt: ri_triggers.c (r1.86 -> r1.87)

[COMMITTERS] pgsql: Remove obsolete tip about casting bool to int, per Taiki

2006-08-21 Thread Tom Lane
Log Message: --- Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.163.2.2 -> r1.163.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/dat

[COMMITTERS] pgsql: Remove obsolete tip about casting bool to int, per Taiki

2006-08-21 Thread Tom Lane
Log Message: --- Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.170 -> r1.171) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.170&r2=1.171)

[COMMITTERS] pgsql: Make the server track an 'XID epoch', that is, maintain

2006-08-21 Thread Tom Lane
Log Message: --- Make the server track an 'XID epoch', that is, maintain higher-order bits of the transaction ID counter. Nothing is done with the epoch except to store it in checkpoint records, but this provides a foundation with which add-on code can pretend that XIDs never wrap around.

[COMMITTERS] pgsql: Done: < o Add a function to support Parse/DescribeStatement

2006-08-21 Thread Bruce Momjian
Log Message: --- Done: < o Add a function to support Parse/DescribeStatement capability > o -Add a function to support Parse/DescribeStatement capability Modified Files: -- pgsql/doc: TODO (r1.1953 -> r1.1954) (http://developer.postgresql.org/c

[COMMITTERS] pgsql: Remove items, not needed anymore: < * %Disallow changing DEFAULT

2006-08-21 Thread Bruce Momjian
Log Message: --- Remove items, not needed anymore: < * %Disallow changing DEFAULT expression of a SERIAL column? < < This should be done only if the existing SERIAL problems cannot be < fixed. < < * %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump < does not du

[COMMITTERS] pgsql: Fixed a few memory leaks.

2006-08-21 Thread Michael Meskes
Log Message: --- Fixed a few memory leaks. One indeed was part of a loop. Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.70 -> r1.71) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.70&r2=1.71) ---

[COMMITTERS] bizgres - bizgres: Adopt a more coherent layout for this file.

2006-08-21 Thread User Markir
Log Message: --- Adopt a more coherent layout for this file. Discuss the data structures and functions a little. Correct the E-R diagram (!) Correct some typos (probably still some lurking). Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: READM