[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 automaticall

[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 a

[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 a

[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 a

[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 a

[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 a

[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 th

[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.

[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/acces

[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: -- pgsq

[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 >

[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/l

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 "initia

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 E

[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.

[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

[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)

[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

[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

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

[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 co

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