[COMMITTERS] pgsql: Raise the maximum authentication token (Kerberos ticket) size in

2009-10-14 Thread Heikki Linnakangas
Log Message: --- Raise the maximum authentication token (Kerberos ticket) size in GSSAPI and SSPI athentication methods. While the old 2000 byte limit was more than enough for Unix Kerberos implementations, tickets issued by Windows Domain Controllers can be much larger. Ian Turner Tags:

[COMMITTERS] pgsql: Raise the maximum authentication token (Kerberos ticket) size in

2009-10-14 Thread Heikki Linnakangas
Log Message: --- Raise the maximum authentication token (Kerberos ticket) size in GSSAPI and SSPI athentication methods. While the old 2000 byte limit was more than enough for Unix Kerberos implementations, tickets issued by Windows Domain Controllers can be much larger. Ian Turner Tags:

[COMMITTERS] pgsql: Raise the maximum authentication token (Kerberos ticket) size in

2009-10-14 Thread Heikki Linnakangas
Log Message: --- Raise the maximum authentication token (Kerberos ticket) size in GSSAPI and SSPI athentication methods. While the old 2000 byte limit was more than enough for Unix Kerberos implementations, tickets issued by Windows Domain Controllers can be much larger. Ian Turner Modifi

[COMMITTERS] pgsql: Add alternative expected file for unicode test for client

2009-10-14 Thread Peter Eisentraut
Log Message: --- Add alternative expected file for unicode test for client encoding not UTF8 Modified Files: -- pgsql/src/pl/plpython/expected: README (r1.3 -> r1.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/README?r1=1.3&r2=1

[COMMITTERS] pgsql: In the configure check for the Python distutils module, use a

2009-10-14 Thread Peter Eisentraut
Log Message: --- In the configure check for the Python distutils module, use a less obscure shell construct to hide away the stderr output. Python 3.1 actually core dumps on the current invocation (http://bugs.python.org/issue7111), but the new version also has the more general advantage o

[COMMITTERS] pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to

2009-10-14 Thread Heikki Linnakangas
Log Message: --- Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, to make it more obvious that it's a PostgreSQL internal limit, not something that comes from system header files. Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.18

[COMMITTERS] pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to

2009-10-14 Thread Heikki Linnakangas
Log Message: --- Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, to make it more obvious that it's a PostgreSQL internal limit, not something that comes from system header files. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/li

[COMMITTERS] pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to

2009-10-14 Thread Heikki Linnakangas
Log Message: --- Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, to make it more obvious that it's a PostgreSQL internal limit, not something that comes from system header files. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/li

[COMMITTERS] pgsql: Support SQL-compliant triggers on columns, ie fire only if

2009-10-14 Thread Tom Lane
Log Message: --- Support SQL-compliant triggers on columns, ie fire only if certain columns are named in the UPDATE's SET list. Note: the schema of pg_trigger has not actually changed; we've just started to use a column that was there all along. catversion bumped anyway so that this commi

[COMMITTERS] pgsql: Avoid using trivial usernames in foreign_data regression test.

2009-10-14 Thread Alvaro Herrera
Log Message: --- Avoid using trivial usernames in foreign_data regression test. Author: Martin Pihlak Modified Files: -- pgsql/src/test/regress/expected: foreign_data.out (r1.9 -> r1.10) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expe