postgresql/src/backend/postmaster
Tom Lane bdd6b62245 Switch over to using the src/timezone functions for formatting timestamps
displayed in the postmaster log.  This avoids Windows-specific problems with
localized time zone names that are in the wrong encoding, and generally seems
like a good idea to forestall other potential platform-dependent issues.
To preserve the existing behavior that all backends will log in the same time
zone, create a new GUC variable log_timezone that can only be changed on a
system-wide basis, and reference log-related calculations to that zone instead
of the TimeZone variable.

This fixes the issue reported by Hiroshi Saito that timestamps printed by
xlog.c startup could be improperly localized on Windows.  We still need a
simpler patch for that problem in the back branches, however.
2007-08-04 01:26:54 +00:00
..
autovacuum.c Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
bgwriter.c Fix incorrect comment about the timing of AbsorbFsyncRequests() during 2007-07-03 14:51:24 +00:00
fork_process.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
Makefile Create a new dedicated Postgres process, "wal writer", which exists to write 2007-07-24 04:54:09 +00:00
pgarch.c Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
pgstat.c Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
postmaster.c Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was 2007-08-03 20:06:50 +00:00
syslogger.c Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
walwriter.c Create a new dedicated Postgres process, "wal writer", which exists to write 2007-07-24 04:54:09 +00:00