postgresql/src/timezone
2005-07-04 18:21:40 +00:00
..
data Sync timezone data with latest zic database (dated Oct 11 2004). 2004-10-24 15:09:57 +00:00
ialloc.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
localtime.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
Makefile Fix build break for out of tree (vpath) builds, induced by recent zic 2005-07-04 02:55:59 +00:00
pgtz.c Tweak dynahash.c to not allocate so many entries at once when dealing 2005-06-26 23:32:34 +00:00
pgtz.h Fix compile if zic because it now doesn't use libpgport. 2005-07-04 18:21:40 +00:00
private.h Properly undef _(x) gettext macro. 2005-02-23 04:34:21 +00:00
README Update RELEASE_CHANGES to mention updating the timezone database as 2004-10-24 15:01:54 +00:00
scheck.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
strftime.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00
tzfile.h pgindent did a pretty awful job on the timezone code, particularly with 2004-05-21 20:59:10 +00:00
zic.c Cosmetic improvements to the timezone code: remove the use of the 2005-06-20 08:00:51 +00:00

This is a PostgreSQL adapted version of the timezone library
from:

	ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz

The data files under data/ are an exact copy of the latest data set
from

	ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz

Since time zone rules change frequently in some parts of the world,
we should endeavor to update the data files before each PostgreSQL
release.