postgresql/src/backend/access
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
..
common Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
gin Move call of MarkBufferDirty() before XLogInsert() as required. 2007-06-05 12:47:49 +00:00
gist Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places 2007-05-31 14:03:09 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
heap Teach heapam code to know the difference between a real seqscan and the 2007-06-09 18:49:55 +00:00
index Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
nbtree Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
transam Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00