[COMMITTERS] pgsql: Add new PGC_S_DATABASE_USER enum value to several places missed

2009-10-13 Thread Alvaro Herrera
Log Message: --- Add new PGC_S_DATABASE_USER enum value to several places missed by my patch last week. Per note and patch from Jeff Davis. Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.520 -> r1.521) (http://anoncvs.postgresql.org/cvsweb.cgi/

[COMMITTERS] pgsql: Fix ts_stat's failure on empty tsvector.

2009-10-13 Thread Tom Lane
Log Message: --- Fix ts_stat's failure on empty tsvector. Also insert a couple of Asserts that check for stack overflow. Bogus coding appears to be new in 8.4 --- older releases had a much simpler algorithm here. Per bug #5111. Modified Files: -- pgsql/src/backend/utils/ad

[COMMITTERS] pgsql: Fix ts_stat's failure on empty tsvector.

2009-10-13 Thread Tom Lane
Log Message: --- Fix ts_stat's failure on empty tsvector. Also insert a couple of Asserts that check for stack overflow. Bogus coding appears to be new in 8.4 --- older releases had a much simpler algorithm here. Per bug #5111. Tags: REL8_4_STABLE Modified Files: --

[COMMITTERS] pgsql: Add "\pset linestyle ascii/unicode" option to psql, allowing our

2009-10-13 Thread Tom Lane
Log Message: --- Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional ASCII-art style of table output to be upgraded to use Unicode box drawing characters if desired. By default, psql will use the Unicode characters whenever client_encoding is UTF8. The patch force

[COMMITTERS] pgsql: Replace unmatched " by " to avoid throwing off syntax

2009-10-13 Thread Peter Eisentraut
Log Message: --- Replace unmatched " by " to avoid throwing off syntax highlighters. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.489 -> r1.490) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.489&r2=1.490) -- Sent via