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/
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
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:
--
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
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