postgresql/src/bin
Tom Lane b5f34ae08a Update our mapping of Windows time zone names some more.
Per discussion, let's just follow CLDR's default zone mappings
faithfully.  There are two changes here that are clear improvements:

* Mapping "Greenwich Standard Time" to Atlantic/Reykjavik is actually
a better fit than using London, because Iceland hasn't observed DST
since 1968, so this is more nearly what people might expect.

* Since the "Samoa" zone is specified to be UTC+13:00, we must map
it to Pacific/Apia not Pacific/Samoa; the latter refers to American
Samoa which is now on the other side of the date line.

The rest of these changes look like they're choosing the most populous
IANA zone as representative.  Whatever the details, we're just going
to say "if you don't like this mapping, complain to CLDR".

Discussion: https://postgr.es/m/3266414.1633045628@sss.pgh.pa.us
2021-10-04 14:52:17 -04:00
..
initdb Update our mapping of Windows time zone names some more. 2021-10-04 14:52:17 -04:00
pg_archivecleanup Fix new warnings from GCC 7 2017-05-16 08:52:39 -04:00
pg_basebackup Translation updates 2020-11-09 12:47:52 +01:00
pg_config Translation updates 2020-11-09 12:47:52 +01:00
pg_controldata Translation updates 2020-08-10 15:34:18 +02:00
pg_ctl Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl. 2021-09-03 21:04:45 -04:00
pg_dump Avoid useless malloc/free traffic around getFormattedTypeName(). 2021-09-08 15:09:43 -04:00
pg_resetxlog Translation updates 2021-08-09 12:59:39 +02:00
pg_rewind Translation updates 2021-02-08 18:10:23 +01:00
pg_test_fsync Switch pg_test_fsync to use binary mode on Windows 2020-07-16 15:53:09 +09:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade C comment: correct heading of extension query 2021-08-03 12:26:08 -04:00
pg_xlogdump pg_waldump: Fix bug in per-record statistics. 2021-03-23 09:55:49 +09:00
pgbench pgbench: Remove dead code 2021-01-28 12:50:40 -03:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Translation updates 2021-08-09 12:59:39 +02:00
scripts Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00