index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timezone
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update time zone data files to tzdata release 2016j.
Tom Lane
2017-01-30
8
-122
/
+196
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
2
-2
/
+2
*
Sync our copy of the timezone library with IANA release tzcode2016j.
Tom Lane
2016-12-15
2
-1
/
+6
*
More zic cleanup.
Tom Lane
2016-11-06
1
-12
/
+11
*
Sync our copy of the timezone library with IANA tzcode master.
Tom Lane
2016-11-03
1
-108
/
+176
*
Fix not-HAVE_SYMLINK code in zic.c.
Tom Lane
2016-10-26
1
-0
/
+2
*
Sync our copy of the timezone library with IANA release tzcode2016h.
Tom Lane
2016-10-20
1
-20
/
+56
*
Update time zone data files to tzdata release 2016h.
Tom Lane
2016-10-20
5
-66
/
+95
*
Another portability fix for tzcode2016g update.
Tom Lane
2016-10-19
1
-2
/
+1
*
Windows portability fix.
Tom Lane
2016-10-19
1
-0
/
+3
*
Sync our copy of the timezone library with IANA release tzcode2016g.
Tom Lane
2016-10-19
4
-198
/
+250
*
Update time zone data files to tzdata release 2016g.
Tom Lane
2016-10-19
17
-464
/
+437
*
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-04
1
-0
/
+5
*
Remove vestigial references to "zic" in favor of "IANA database".
Tom Lane
2016-09-04
9
-79
/
+79
*
Fix typos in comments.
Fujii Masao
2016-08-29
1
-1
/
+1
*
Update time zone data files to tzdata release 2016f.
Tom Lane
2016-08-05
16
-1252
/
+73
*
Reduce stack space consumption in tzload().
Tom Lane
2016-07-07
1
-2
/
+10
*
Update time zone data files to tzdata release 2016d.
Tom Lane
2016-05-05
9
-133
/
+349
*
Suppress compiler warning.
Tom Lane
2016-04-02
1
-1
/
+4
*
Another zic portability fix.
Tom Lane
2016-03-31
1
-11
/
+20
*
Protect zic's symlink() call with #ifdef HAVE_SYMLINK.
Tom Lane
2016-03-29
1
-0
/
+2
*
Fix zic for Windows.
Tom Lane
2016-03-29
1
-0
/
+3
*
Sync tzload() and tzparse() APIs with IANA release tzcode2016c.
Tom Lane
2016-03-28
3
-26
/
+23
*
Sync our copy of the timezone library with IANA release tzcode2016c.
Tom Lane
2016-03-28
11
-1378
/
+2094
*
Modernize zic's test for valid timezone abbreviations.
Tom Lane
2016-03-26
1
-20
/
+5
*
Update time zone data files to tzdata release 2016c.
Tom Lane
2016-03-25
15
-352
/
+686
*
Update time zone data files to tzdata release 2016a.
Tom Lane
2016-02-05
7
-45
/
+73
*
Update copyright for 2016
Bruce Momjian
2016-01-02
2
-2
/
+2
*
Update time zone data files to tzdata release 2015g.
Tom Lane
2015-10-02
16
-124
/
+256
*
Update time zone data files to tzdata release 2015d.
Tom Lane
2015-05-15
14
-270
/
+389
*
Update time zone data files to tzdata release 2015a.
Tom Lane
2015-01-30
14
-65
/
+101
*
Update copyright for 2015
Bruce Momjian
2015-01-06
2
-2
/
+2
*
Add CST (China Standard Time) to our lists of timezone abbreviations.
Tom Lane
2014-12-24
4
-0
/
+13
*
Update time zone data files to tzdata release 2014j.
Tom Lane
2014-11-17
14
-181
/
+365
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
13
-133
/
+250
*
Update time zone data files to tzdata release 2014h.
Tom Lane
2014-10-04
28
-2707
/
+3571
*
Update time zone abbreviations lists.
Tom Lane
2014-10-03
7
-153
/
+104
*
Fix bogus logic for zic -P option.
Tom Lane
2014-10-03
1
-15
/
+18
*
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-18
1
-1
/
+4
*
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
1
-0
/
+3
*
Update time zone data files to tzdata release 2014e.
Tom Lane
2014-07-19
7
-138
/
+238
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
3
-10
/
+11
*
Update time zone data files to tzdata release 2014a.
Tom Lane
2014-03-15
5
-38
/
+78
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-1
/
+0
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
1
-1
/
+1
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
1
-5
/
+1
*
Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.
Tom Lane
2014-02-14
1
-1
/
+1
*
Update time zone data files to tzdata release 2013i.
Tom Lane
2014-02-14
5
-1185
/
+28
*
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-12
2
-3
/
+3
*
Update copyright for 2014
Bruce Momjian
2014-01-07
2
-2
/
+2
[next]