[COMMITTERS] muninpgplugins - muninpgplugins: minor diff

2008-06-30 Thread User C2main
Log Message:
---
minor diff

Modified Files:
--
muninpgplugins:
COPYING (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/COPYING.diff?r1=1.1&r2=1.2)
ChangeLog (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/ChangeLog.diff?r1=1.5&r2=1.6)
pg__connections (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/pg__connections.diff?r1=1.2&r2=1.3)
pg__db_size (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/pg__db_size.diff?r1=1.3&r2=1.4)
pg__locks (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/pg__locks.diff?r1=1.4&r2=1.5)
pg__stat_bgwriter (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/pg__stat_bgwriter.diff?r1=1.3&r2=1.4)
pg__stat_database (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/pg__stat_database.diff?r1=1.1&r2=1.2)
pg__stat_tables (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/pg__stat_tables.diff?r1=1.4&r2=1.5)
pg__statio_tables (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/muninpgplugins/muninpgplugins/pg__statio_tables.diff?r1=1.3&r2=1.4)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Turn PGBE_ACTIVITY_SIZE into a GUC variable,

2008-06-30 Thread Heikki Linnakangas
Log Message:
---
Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.

As the buffer could now be a lot larger than before, and copying it could
thus be a lot more expensive than before, use strcpy instead of memcpy to
copy the query string, as was already suggested in comments. Also, only copy
the PgBackendStatus struct and string if the slot is in use.

Patch by Thomas Lee, with some changes by me.

Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.180 -> r1.181)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.180&r2=1.181)
pgsql/src/backend/postmaster:
pgstat.c (r1.175 -> r1.176)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.175&r2=1.176)
pgsql/src/backend/utils/misc:
guc.c (r1.456 -> r1.457)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.456&r2=1.457)
postgresql.conf.sample (r1.242 -> r1.243)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.242&r2=1.243)
pgsql/src/include:
pgstat.h (r1.76 -> r1.77)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pgstat.h?r1=1.76&r2=1.77)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Consistently spell "initialize", per complain from

2008-06-30 Thread User Mha
Log Message:
---
Consistently spell "initialize", per complain from Stefan.

Modified Files:
--
pginst/ca:
pginstca.c (r1.123 -> r1.124)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.123&r2=1.124)
pginst/lang:
de.xml (r1.36 -> r1.37)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.36&r2=1.37)
fr.xml (r1.32 -> r1.33)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr.xml.diff?r1=1.32&r2=1.33)
ja.xml (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja.xml.diff?r1=1.5&r2=1.6)
pt_br.xml (r1.34 -> r1.35)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.34&r2=1.35)
ru.xml (r1.26 -> r1.27)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru.xml.diff?r1=1.26&r2=1.27)
sv.xml (r1.22 -> r1.23)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.22&r2=1.23)
tr.xml (r1.18 -> r1.19)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/tr.xml.diff?r1=1.18&r2=1.19)
ua.xml (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ua.xml.diff?r1=1.7&r2=1.8)
zh_cn.xml (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.3&r2=1.4)
pginst/wxs:
dialogs.wxs (r1.71 -> r1.72)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.71&r2=1.72)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Consistently spell "initialize", per complain from

2008-06-30 Thread User Mha
Log Message:
---
Consistently spell "initialize", per complain from Stefan.

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/ca:
pginstca.c (r1.119.2.4 -> r1.119.2.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.119.2.4&r2=1.119.2.5)
pginst/lang:
de.xml (r1.36 -> r1.36.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.36&r2=1.36.2.1)
fr.xml (r1.31 -> r1.31.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr.xml.diff?r1=1.31&r2=1.31.2.1)
ja.xml (r1.5 -> r1.5.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja.xml.diff?r1=1.5&r2=1.5.2.1)
pt_br.xml (r1.34 -> r1.34.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.34&r2=1.34.2.1)
ru.xml (r1.26 -> r1.26.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru.xml.diff?r1=1.26&r2=1.26.2.1)
sv.xml (r1.22 -> r1.22.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.22&r2=1.22.2.1)
tr.xml (r1.18 -> r1.18.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/tr.xml.diff?r1=1.18&r2=1.18.2.1)
ua.xml (r1.7 -> r1.7.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ua.xml.diff?r1=1.7&r2=1.7.2.1)
zh_cn.xml (r1.3 -> r1.3.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.3&r2=1.3.2.1)
pginst/wxs:
dialogs.wxs (r1.68.2.2 -> r1.68.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.68.2.2&r2=1.68.2.3)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Fix speling mistakes, per Stefan.

2008-06-30 Thread User Mha
Log Message:
---
Fix speling mistakes, per Stefan.

Modified Files:
--
pginst/ca:
pginstca.c (r1.124 -> r1.125)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.124&r2=1.125)
pginst/lang:
de.xml (r1.37 -> r1.38)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.37&r2=1.38)
fr.xml (r1.33 -> r1.34)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr.xml.diff?r1=1.33&r2=1.34)
ja.xml (r1.6 -> r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja.xml.diff?r1=1.6&r2=1.7)
pt_br.xml (r1.35 -> r1.36)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.35&r2=1.36)
ru.xml (r1.27 -> r1.28)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru.xml.diff?r1=1.27&r2=1.28)
sv.xml (r1.23 -> r1.24)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.23&r2=1.24)
tr.xml (r1.19 -> r1.20)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/tr.xml.diff?r1=1.19&r2=1.20)
ua.xml (r1.8 -> r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ua.xml.diff?r1=1.8&r2=1.9)
zh_cn.xml (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.4&r2=1.5)
pginst/wxs:
dialogs.wxs (r1.72 -> r1.73)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.72&r2=1.73)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Fix speling mistakes, per Stefan.

2008-06-30 Thread User Mha
Log Message:
---
Fix speling mistakes, per Stefan.

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/ca:
pginstca.c (r1.119.2.5 -> r1.119.2.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.119.2.5&r2=1.119.2.6)
pginst/lang:
de.xml (r1.36.2.1 -> r1.36.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.36.2.1&r2=1.36.2.2)
fr.xml (r1.31.2.1 -> r1.31.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr.xml.diff?r1=1.31.2.1&r2=1.31.2.2)
ja.xml (r1.5.2.1 -> r1.5.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja.xml.diff?r1=1.5.2.1&r2=1.5.2.2)
pt_br.xml (r1.34.2.1 -> r1.34.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.34.2.1&r2=1.34.2.2)
ru.xml (r1.26.2.1 -> r1.26.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru.xml.diff?r1=1.26.2.1&r2=1.26.2.2)
sv.xml (r1.22.2.1 -> r1.22.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.22.2.1&r2=1.22.2.2)
tr.xml (r1.18.2.1 -> r1.18.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/tr.xml.diff?r1=1.18.2.1&r2=1.18.2.2)
ua.xml (r1.7.2.1 -> r1.7.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ua.xml.diff?r1=1.7.2.1&r2=1.7.2.2)
zh_cn.xml (r1.3.2.1 -> r1.3.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.3.2.1&r2=1.3.2.2)
pginst/wxs:
dialogs.wxs (r1.68.2.3 -> r1.68.2.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.68.2.3&r2=1.68.2.4)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Consistently talk about 'default template

2008-06-30 Thread User Mha
Log Message:
---
Consistently talk about 'default template database', not 'default database'.

Another complaint from Stefan.

Modified Files:
--
pginst/lang:
de.xml (r1.38 -> r1.39)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.38&r2=1.39)
fr.xml (r1.34 -> r1.35)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr.xml.diff?r1=1.34&r2=1.35)
ja.xml (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja.xml.diff?r1=1.7&r2=1.8)
pt_br.xml (r1.36 -> r1.37)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.36&r2=1.37)
ru.xml (r1.28 -> r1.29)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru.xml.diff?r1=1.28&r2=1.29)
sv.xml (r1.24 -> r1.25)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.24&r2=1.25)
tr.xml (r1.20 -> r1.21)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/tr.xml.diff?r1=1.20&r2=1.21)
ua.xml (r1.9 -> r1.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ua.xml.diff?r1=1.9&r2=1.10)
zh_cn.xml (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.5&r2=1.6)
pginst/wxs:
dialogs.wxs (r1.73 -> r1.74)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.73&r2=1.74)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Consistently talk about 'default template

2008-06-30 Thread User Mha
Log Message:
---
Consistently talk about 'default template database', not 'default database'.

Another complaint from Stefan.

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/lang:
de.xml (r1.36.2.2 -> r1.36.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.36.2.2&r2=1.36.2.3)
fr.xml (r1.31.2.2 -> r1.31.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr.xml.diff?r1=1.31.2.2&r2=1.31.2.3)
ja.xml (r1.5.2.2 -> r1.5.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja.xml.diff?r1=1.5.2.2&r2=1.5.2.3)
pt_br.xml (r1.34.2.2 -> r1.34.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.34.2.2&r2=1.34.2.3)
ru.xml (r1.26.2.2 -> r1.26.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru.xml.diff?r1=1.26.2.2&r2=1.26.2.3)
sv.xml (r1.22.2.2 -> r1.22.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv.xml.diff?r1=1.22.2.2&r2=1.22.2.3)
tr.xml (r1.18.2.2 -> r1.18.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/tr.xml.diff?r1=1.18.2.2&r2=1.18.2.3)
ua.xml (r1.7.2.2 -> r1.7.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ua.xml.diff?r1=1.7.2.2&r2=1.7.2.3)
zh_cn.xml (r1.3.2.2 -> r1.3.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.3.2.2&r2=1.3.2.3)
pginst/wxs:
dialogs.wxs (r1.68.2.4 -> r1.68.2.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.68.2.4&r2=1.68.2.5)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pginstaller - pginst: Consistently spell "initialize", per complain from

2008-06-30 Thread Gregory Stark
"User Mha" <[EMAIL PROTECTED]> writes:

> Log Message:
> ---
> Consistently spell "initialize", per complain from Stefan.

"Initialise" is correct in most of the world. "Initialize" is the US spelling.

-- 
  Gregory Stark
  EnterpriseDB  http://www.enterprisedb.com
  Ask me about EnterpriseDB's Slony Replication support!

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pginstaller - pginst: Consistently spell "initialize", per complain from

2008-06-30 Thread Magnus Hagander
Gregory Stark wrote:
> "User Mha" <[EMAIL PROTECTED]> writes:
> 
>> Log Message:
>> ---
>> Consistently spell "initialize", per complain from Stefan.
> 
> "Initialise" is correct in most of the world. "Initialize" is the US spelling.

I was just waiting for that one. :-) I know. but "initialize" is what we
use in the project elsewhere, and we should be consistent.

//Magnus

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: ltree support for multibyte encodings.

2008-06-30 Thread Teodor Sigaev
Log Message:
---
ltree support for multibyte encodings. Patch was made by
laser <[EMAIL PROTECTED]> with some editorization by me.

Modified Files:
--
pgsql/contrib/ltree:
lquery_op.c (r1.12 -> r1.13)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/lquery_op.c?r1=1.12&r2=1.13)
ltree.h (r1.20 -> r1.21)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/ltree.h?r1=1.20&r2=1.21)
ltree_io.c (r1.16 -> r1.17)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/ltree_io.c?r1=1.16&r2=1.17)
ltxtquery_io.c (r1.15 -> r1.16)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/ltxtquery_io.c?r1=1.15&r2=1.16)
ltxtquery_op.c (r1.8 -> r1.9)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/ltxtquery_op.c?r1=1.8&r2=1.9)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add psql TODO item: > o Add option to wrap column values at

2008-06-30 Thread Bruce Momjian
Log Message:
---
Add psql TODO item:

>   o Add option to wrap column values at whitespace boundaries,
>   rather than chopping them at a fixed width.
> Currently, "wrapped" format chops values into fixed
> widths.  Perhaps the word wrapping could use the same
> algorithm documented in the W3C specification.
> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
> http://www.w3.org/TR/CSS21/tables.html#auto-table-layout

Modified Files:
--
pgsql/doc:
TODO (r1.2477 -> r1.2478)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2477&r2=1.2478)
pgsql/doc/src/FAQ:
TODO.html (r1.983 -> r1.984)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.983&r2=1.984)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add psql TODO: > o Add "auto" expanded mode that outputs in

2008-06-30 Thread Bruce Momjian
Log Message:
---
Add psql TODO:

>   o Add "auto" expanded mode that outputs in expanded format if
> "wrapped" mode can't wrap the output to the screen width
> 
> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php
>

Modified Files:
--
pgsql/doc:
TODO (r1.2478 -> r1.2479)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2478&r2=1.2479)
pgsql/doc/src/FAQ:
TODO.html (r1.984 -> r1.985)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.984&r2=1.985)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix recovery.conf boolean variables to take the same range of

2008-06-30 Thread Bruce Momjian
Log Message:
---
Fix recovery.conf boolean variables to take the same range of string
values as postgresql.conf.

Modified Files:
--
pgsql/src/backend/access/transam:
xlog.c (r1.314 -> r1.315)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.314&r2=1.315)
pgsql/src/backend/utils/misc:
guc.c (r1.457 -> r1.458)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.457&r2=1.458)
pgsql/src/include/utils:
guc.h (r1.96 -> r1.97)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc.h?r1=1.96&r2=1.97)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Issue psql connection warnings on connection start and via \c,

2008-06-30 Thread Bruce Momjian
Log Message:
---
Issue psql connection warnings on connection start and via \c, per
observation by David Fetter.

Modified Files:
--
pgsql/src/bin/psql:
command.c (r1.191 -> r1.192)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.191&r2=1.192)
command.h (r1.30 -> r1.31)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.h?r1=1.30&r2=1.31)
startup.c (r1.148 -> r1.149)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c?r1=1.148&r2=1.149)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Teach autovacuum how to determine whether a temp table belongs to

2008-06-30 Thread Tom Lane
Log Message:
---
Teach autovacuum how to determine whether a temp table belongs to a crashed
backend.  If so, send a LOG message to the postmaster log, and if the table
is beyond the vacuum-for-wraparound horizon, forcibly drop it.  Per recent
discussions.  Perhaps we ought to back-patch this, but it probably needs
to age a bit in HEAD first.

Modified Files:
--
pgsql/src/backend/catalog:
namespace.c (r1.106 -> r1.107)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/namespace.c?r1=1.106&r2=1.107)
pgsql/src/backend/postmaster:
autovacuum.c (r1.79 -> r1.80)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.79&r2=1.80)
pgsql/src/backend/storage/ipc:
sinvaladt.c (r1.72 -> r1.73)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/sinvaladt.c?r1=1.72&r2=1.73)
pgsql/src/include/catalog:
namespace.h (r1.53 -> r1.54)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/namespace.h?r1=1.53&r2=1.54)
pgsql/src/include/storage:
sinvaladt.h (r1.48 -> r1.49)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/sinvaladt.h?r1=1.48&r2=1.49)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix identify_system_timezone() so that it tests the behavior of

2008-06-30 Thread Tom Lane
Log Message:
---
Fix identify_system_timezone() so that it tests the behavior of the system
timezone setting in the current year and for 100 years back, rather than
always examining years 1904-2004.  The original coding would have problems
distinguishing zones whose behavior diverged only after 2004; which is a
situation we will surely face sometime, if it's not out there already.

In passing, also prevent selection of the dummy "Factory" timezone, even
if that's exactly what the system is using.  Reporting time as GMT seems
better than that.

Modified Files:
--
pgsql/src/timezone:
pgtz.c (r1.59 -> r1.60)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.59&r2=1.60)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix identify_system_timezone() so that it tests the behavior of

2008-06-30 Thread Tom Lane
Log Message:
---
Fix identify_system_timezone() so that it tests the behavior of the system
timezone setting in the current year and for 100 years back, rather than
always examining years 1904-2004.  The original coding would have problems
distinguishing zones whose behavior diverged only after 2004; which is a
situation we will surely face sometime, if it's not out there already.

In passing, also prevent selection of the dummy "Factory" timezone, even
if that's exactly what the system is using.  Reporting time as GMT seems
better than that.

Tags:

REL8_3_STABLE

Modified Files:
--
pgsql/src/timezone:
pgtz.c (r1.58 -> r1.58.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.58&r2=1.58.2.1)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix identify_system_timezone() so that it tests the behavior of

2008-06-30 Thread Tom Lane
Log Message:
---
Fix identify_system_timezone() so that it tests the behavior of the system
timezone setting in the current year and for 100 years back, rather than
always examining years 1904-2004.  The original coding would have problems
distinguishing zones whose behavior diverged only after 2004; which is a
situation we will surely face sometime, if it's not out there already.

In passing, also prevent selection of the dummy "Factory" timezone, even
if that's exactly what the system is using.  Reporting time as GMT seems
better than that.

Tags:

REL8_2_STABLE

Modified Files:
--
pgsql/src/timezone:
pgtz.c (r1.48.2.1 -> r1.48.2.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.48.2.1&r2=1.48.2.2)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix identify_system_timezone() so that it tests the behavior of

2008-06-30 Thread Tom Lane
Log Message:
---
Fix identify_system_timezone() so that it tests the behavior of the system
timezone setting in the current year and for 100 years back, rather than
always examining years 1904-2004.  The original coding would have problems
distinguishing zones whose behavior diverged only after 2004; which is a
situation we will surely face sometime, if it's not out there already.

In passing, also prevent selection of the dummy "Factory" timezone, even
if that's exactly what the system is using.  Reporting time as GMT seems
better than that.

Tags:

REL8_1_STABLE

Modified Files:
--
pgsql/src/timezone:
pgtz.c (r1.38.2.1 -> r1.38.2.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.38.2.1&r2=1.38.2.2)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix identify_system_timezone() so that it tests the behavior of

2008-06-30 Thread Tom Lane
Log Message:
---
Fix identify_system_timezone() so that it tests the behavior of the system
timezone setting in the current year and for 100 years back, rather than
always examining years 1904-2004.  The original coding would have problems
distinguishing zones whose behavior diverged only after 2004; which is a
situation we will surely face sometime, if it's not out there already.

In passing, also prevent selection of the dummy "Factory" timezone, even
if that's exactly what the system is using.  Reporting time as GMT seems
better than that.

Tags:

REL8_0_STABLE

Modified Files:
--
pgsql/src/timezone:
pgtz.c (r1.29 -> r1.29.4.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.29&r2=1.29.4.1)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Split apart message_level_options into one set for server-side

2008-06-30 Thread Magnus Hagander
Log Message:
---
Split apart message_level_options into one set for server-side settings and
one for client-side, restoring the previous behaviour with different
sort order for the 'log' level. Also, remove redundant list of available
options, since the enum code will output it automatically.

Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.458 -> r1.459)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.458&r2=1.459)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers