postgresql/src
Bruce Momjian 525449be27 This patch attempts to fix the issue with localized timezones on
Windows.

Recap: When running on a localized windows version, the timezone name
returned is also localized, and therefor does not match our lookup
table.

Solution: The registry contains both the name of the timezone in english
and the localized name. The patch adds code to scan the registry for the
localized name and gets the english name from that, and then rescans the
table.

I have tested this on a Swedish WinXP, and it works without problems.
The registry layout is the same in Win2k, but I haven't specifically
tested it. It's also the same on different languages but again only
Swedish is tested.

Magnus Hagander
2004-09-02 01:03:59 +00:00
..
backend Remove obsolete comment. 2004-09-02 00:22:16 +00:00
bin Fix bcc to compile libpq by creating include file for path.c. 2004-09-01 23:45:16 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Fix unintended assignment of sequences to the containing schema's 2004-08-31 17:10:36 +00:00
interfaces Realign libpq and psql for need for path.c under Win32 VC and BCC. 2004-09-01 23:35:16 +00:00
makefiles PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
pl Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
port Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. 2004-08-29 21:08:48 +00:00
template Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
test Whack Wisconsin benchmark around until it actually works again. 2004-09-01 17:25:40 +00:00
timezone This patch attempts to fix the issue with localized timezones on 2004-09-02 01:03:59 +00:00
tools Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
tutorial Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile > Please find enclose a submission to fix these problems. 2004-08-20 20:13:10 +00:00
Makefile.global.in > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: 2004-08-28 22:55:06 +00:00
Makefile.shlib Cause libpq and ecpg libraries to be built as proper shared libraries 2004-07-13 00:06:46 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00