[COMMITTERS] pgsql: Add MUST (Mauritius Island Summer Time) to the list of known

2009-03-05 Thread Heikki Linnakangas
Log Message: --- Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. Mauritius began using DST in the summer 2008-2009; the Olson library has been updated already. Xavier Bugaud Modified Files: -- pgsql/src/timezone/tznames: Default (r1.6 ->

[COMMITTERS] pgsql: Add MUST (Mauritius Island Summer Time) to the list of known

2009-03-05 Thread Heikki Linnakangas
Log Message: --- Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. Mauritius began using DST in the summer 2008-2009; the Olson library has been updated already. Xavier Bugaud Tags: REL8_3_STABLE Modified Files: -- pgsql/src/timezone/tznames

[COMMITTERS] pgsql: Add MUST (Mauritius Island Summer Time) to the list of known

2009-03-05 Thread Heikki Linnakangas
Log Message: --- Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. Mauritius began using DST in the summer 2008-2009; the Olson library has been updated already. Xavier Bugaud Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone/tznames

[COMMITTERS] pgsql: Add MUST (Mauritius Island Summer Time) to the list of known

2009-03-05 Thread Heikki Linnakangas
Log Message: --- Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. Mauritius began using DST in the summer 2008-2009; the Olson library has been updated already. Xavier Bugaud Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/ad

[COMMITTERS] pgsql: Add MUST (Mauritius Island Summer Time) to the list of known

2009-03-05 Thread Heikki Linnakangas
Log Message: --- Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. Mauritius began using DST in the summer 2008-2009; the Olson library has been updated already. Xavier Bugaud Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/ad

[COMMITTERS] pgsql: Add MUST (Mauritius Island Summer Time) to the list of known

2009-03-05 Thread Heikki Linnakangas
Log Message: --- Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. Mauritius began using DST in the summer 2008-2009; the Olson library has been updated already. Xavier Bugaud Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/ad

[COMMITTERS] pgsql: Message tuning

2009-03-05 Thread Peter Eisentraut
Log Message: --- Message tuning Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_archiver.c (r1.164 -> r1.165) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.164&r2=1.165) -- Sent via pgsql-committers mailing

[COMMITTERS] stackbuilder - wizard: Automatic merge using stringmerge script.

2009-03-05 Thread Dave Page
Log Message: --- Automatic merge using stringmerge script. Modified Files: -- wizard/i18n/de_DE: StackBuilder.po (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/de_DE/StackBuilder.po.diff?r1=1.7&r2=1.8) wizard/i18n/f

[COMMITTERS] stackbuilder - wizard: update translation template

2009-03-05 Thread Dave Page
Log Message: --- update translation template Modified Files: -- wizard: StackBuilder.pot (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.pot.diff?r1=1.6&r2=1.7) -- Sent via pgsql-committers mailing list (pgsql-

[COMMITTERS] pgsql: Fix column privilege checking for cases where parent and child

2009-03-05 Thread Tom Lane
Log Message: --- Fix column privilege checking for cases where parent and child have different attribute numbering. Also, a parent whole-row reference should not require select privilege on child columns that aren't inherited from the parent. Problem diagnosed by KaiGai Kohei, though this

[COMMITTERS] stackbuilder - wizard: New Japanese po file.

2009-03-05 Thread User H-saito
Log Message: --- New Japanese po file. Modified Files: -- wizard/i18n/ja_JP: StackBuilder.po (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/ja_JP/StackBuilder.po.diff?r1=1.7&r2=1.8) -- Sent via pgsql-committers mailin

[COMMITTERS] pgsql: Remove documentation of log_restartpoints setting, which is

2009-03-05 Thread Tom Lane
Log Message: --- Remove documentation of log_restartpoints setting, which is obsoleted in favor of log_checkpoints. Fujii Masao Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.122 -> r2.123) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sg

[COMMITTERS] stackbuilder - wizard: Updated French translation from Guillaume

2009-03-05 Thread Dave Page
Log Message: --- Updated French translation from Guillaume Lelarge. Modified Files: -- wizard/i18n/fr_FR: StackBuilder.po (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/fr_FR/StackBuilder.po.diff?r1=1.6&r2=1.7) -- Sen

[COMMITTERS] pgsql: Teach the planner to support index access methods that only

2009-03-05 Thread Tom Lane
Log Message: --- Teach the planner to support index access methods that only implement amgettuple or only implement amgetbitmap, instead of the former assumption that every AM supports both APIs. Extracted with minor editorialization from Teodor's fast-GIN-insert patch; whatever becomes of