summaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAgeFilesLines
* Portability fix for zic.c.Tom Lane2019-04-262-3/+5
* Sync our copy of the timezone library with IANA release tzcode2019a.Tom Lane2019-04-265-83/+237
* Update time zone data files to tzdata release 2019a.Tom Lane2019-04-262-6/+9
* More unconstify usePeter Eisentraut2019-02-131-1/+1
* Update time zone data files to tzdata release 2018i.Tom Lane2019-02-051-76/+222
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-1/+1
* Update copyright for 2019Bruce Momjian2019-01-022-2/+2
* Sync our copy of the timezone library with IANA release tzcode2018g.Tom Lane2018-10-312-37/+49
* Update time zone data files to tzdata release 2018g.Tom Lane2018-10-311-43/+39
* Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane2018-10-197-197/+291
* Update time zone data files to tzdata release 2018f.Tom Lane2018-10-196-2627/+2660
* Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.Tom Lane2018-10-172-36/+54
* Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane2018-10-161-5/+6
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-095-1592/+1597
* Sync our copy of the timezone library with IANA release tzcode2018e.Tom Lane2018-05-044-46/+129
* Update time zone data files to tzdata release 2018d.Tom Lane2018-04-291-265/+272
* Update time zone data files to tzdata release 2018c.Tom Lane2018-01-273-12/+14
* Update copyright for 2018Bruce Momjian2018-01-022-2/+2
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-041-8/+1
* Replace raw timezone source data with IANA's new compact format.Tom Lane2017-11-2516-16523/+4160
* Update time zone data files to tzdata release 2017c.Tom Lane2017-10-239-236/+395
* Sync our copy of the timezone library with IANA release tzcode2017c.Tom Lane2017-10-235-19/+20
* Sync our copy of the timezone library with IANA tzcode master.Tom Lane2017-09-224-139/+173
* Revert "Fix bool/int type confusion"Tom Lane2017-09-221-1/+1
* Fix bool/int type confusionPeter Eisentraut2017-09-141-1/+1
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-011-4/+0
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-216-22/+22
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-214-49/+49
* Guard against null t->tm_zone in strftime.c.Tom Lane2017-05-071-1/+2
* Restore fullname[] contents before falling through in pg_open_tzfile().Tom Lane2017-05-071-0/+1
* Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane2017-05-023-8/+60
* Update time zone data files to tzdata release 2017b.Tom Lane2017-05-0120-1307/+1063
* Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane2017-04-307-99/+139
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-2/+2
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-252-2/+0
* Update time zone data files to tzdata release 2016j.Tom Lane2017-01-308-122/+196
* Update copyright via script for 2017Bruce Momjian2017-01-032-2/+2
* Sync our copy of the timezone library with IANA release tzcode2016j.Tom Lane2016-12-152-1/+6
* More zic cleanup.Tom Lane2016-11-061-12/+11
* Sync our copy of the timezone library with IANA tzcode master.Tom Lane2016-11-031-108/+176
* Fix not-HAVE_SYMLINK code in zic.c.Tom Lane2016-10-261-0/+2
* Sync our copy of the timezone library with IANA release tzcode2016h.Tom Lane2016-10-201-20/+56
* Update time zone data files to tzdata release 2016h.Tom Lane2016-10-205-66/+95
* Another portability fix for tzcode2016g update.Tom Lane2016-10-191-2/+1
* Windows portability fix.Tom Lane2016-10-191-0/+3
* Sync our copy of the timezone library with IANA release tzcode2016g.Tom Lane2016-10-194-198/+250
* Update time zone data files to tzdata release 2016g.Tom Lane2016-10-1917-464/+437
* Add regression test coverage for non-default timezone abbreviation sets.Tom Lane2016-09-041-0/+5
* Remove vestigial references to "zic" in favor of "IANA database".Tom Lane2016-09-049-79/+79