summaryrefslogtreecommitdiff
path: root/src/bin/initdb/findtimezone.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update our mapping of Windows time zone names some more.Tom Lane2021-10-041-14/+14
* Update our mapping of Windows time zone names using CLDR info.Tom Lane2021-10-021-51/+106
* Re-alphabetize the win32_tzmap[] array.Tom Lane2021-10-021-35/+35
* Work around portability issue with newer versions of mktime().Tom Lane2021-06-131-0/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-241-22/+67
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-241-155/+284
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-261-8/+14
* pgindent run prior to branching v12.Tom Lane2019-07-011-2/+3
* Prefer timezone name "UTC" over alternative spellings.Andrew Gierth2019-06-151-5/+34
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-3/+3
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane2018-09-131-10/+126
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-6/+6
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-8/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update Windows timezone mapping from Windows 7 and 10Magnus Hagander2016-08-181-108/+281
* Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane2016-03-281-3/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix our mapping of Windows timezones for Central America.Tom Lane2011-09-231-1/+2
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-091-0/+1224