[COMMITTERS] pgsql: Change some debug ereports to elogs, as requested by translation

2010-04-06 Thread Simon Riggs
Log Message: --- Change some debug ereports to elogs, as requested by translation team. Modified Files: -- pgsql/src/backend/storage/ipc: procarray.c (r1.61 -> r1.62) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.6

[COMMITTERS] pgsql: Rename "Log-streaming replication parameters" header to "Standby

2010-04-06 Thread Heikki Linnakangas
Log Message: --- Rename "Log-streaming replication parameters" header to "Standby server parameters" in recovery.conf, to match the grouping in the documentation. Fujii Masao Modified Files: -- pgsql/src/backend/access/transam: recovery.conf.sample (r1.8 -> r1.9)

[COMMITTERS] pgsql: Further message changes when recovery.conf parameters missing.

2010-04-06 Thread Simon Riggs
Log Message: --- Further message changes when recovery.conf parameters missing. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.388 -> r1.389) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.388&r2=1.38

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Modified Files: -- pgsql/src/timezone: pgtz.c (r1.67 -> r1.68) (http://anoncvs.postg

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.48.2.2 -> r1.48.2

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.58.2.1 -> r1.58.2

[COMMITTERS] pgsql: Log the actual timezone name that we fail to look up the values

2010-04-06 Thread Magnus Hagander
Log Message: --- Log the actual timezone name that we fail to look up the values for in case the registry data doesn't follow the format we expect, to facilitate debugging. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.63 -> r1.63.2.1)

[COMMITTERS] libpqtypes - libpqtypes:

2010-04-06 Thread User Achernow
Log Message: --- Modified Files: -- libpqtypes: ChangeLog (r1.47 -> r1.48) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.47&r2=1.48) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make c

[COMMITTERS] pgsql: Add cygwin version check before using cygwin_conv_path(), and use

2010-04-06 Thread Takahiro Itagaki
Log Message: --- Add cygwin version check before using cygwin_conv_path(), and use cygwin_conv_to_full_win32_path() in older versions. Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.121 -> r1.122) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/b

[COMMITTERS] pgsql: psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING

2010-04-06 Thread Takahiro Itagaki
Log Message: --- psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING FOR PUBLIC. Modified Files: -- pgsql/src/bin/psql: tab-complete.c (r1.197 -> r1.198) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.197&r2=1

[COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()

2010-04-06 Thread Heikki Linnakangas
Log Message: --- Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during recovery. We might want to relax this in the future, but ThisTimeLineID isn't currently correct in backends during recovery, so the filename returned was wrong. Modified Files: -- pgsql/do