postgresql/src/timezone
Tom Lane a239af02c3 Fix the various forms of AT TIME ZONE to accept either timezones found
in the zic database or zone names found in the date token table.  This
preserves the old ability to do AT TIME ZONE 'PST' along with the new
ability to do AT TIME ZONE 'PST8PDT'.  Per gripe from Bricklen Anderson.
Also, fix some inconsistencies in usage of TZ_STRLEN_MAX --- the old
code had the potential for one-byte buffer overruns, though given
alignment considerations it's unlikely there was any real risk.
2005-09-09 02:31:50 +00:00
..
data Update timezone data files to release 2005m of the zic database. 2005-09-07 21:39:25 +00:00
Makefile Complete zic patch backout by removing NO_PGPORT workaround. 2005-07-06 21:40:09 +00:00
README Update RELEASE_CHANGES to mention updating the timezone database as 2004-10-24 15:01:54 +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
pgtz.c Fix the various forms of AT TIME ZONE to accept either timezones found 2005-09-09 02:31:50 +00:00
pgtz.h Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. 2005-07-04 19:54:51 +00:00
private.h Properly undef _(x) gettext macro. 2005-02-23 04:34:21 +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

README

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.