postgresql/src/timezone
2008-03-13 19:22:04 +00:00
..
data Update to tzdata 2008a distribution (Chilean DST law change). 2008-03-13 19:22:04 +00:00
ialloc.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
localtime.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
Makefile Arrange to install a "posixrules" entry in our timezone database, so that 2007-03-14 17:38:22 +00:00
pgtz.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
pgtz.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +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 Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
strftime.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tzfile.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
zic.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +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.