aboutsummaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAge
* Update time zone data files to tzdata release 2009s: DST law changes inTom Lane2009-12-09
* Update time zone data files to tzdata release 2009l: DST law changes inTom Lane2009-09-03
* Update time zone data files to tzdata release 2009i: DST law changes inTom Lane2009-06-11
* Update time zone data files to tzdata release 2009e: DST law changes inTom Lane2009-04-09
* Update time zone data files to tzdata release 2009a: introduces Asia/KathmanduTom Lane2009-01-29
* Update time zone data files to tzdata release 2008i (DST law changes inTom Lane2008-10-30
* Update time zone data files to tzdata release 2008f (DST law changes inTom Lane2008-09-17
* Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane2008-07-01
* Update time zone data files to tzdata release 2008c (DST law changes inTom Lane2008-06-01
* Update to tzdata 2008a distribution (Chilean DST law change).Tom Lane2008-03-13
* Update time zone data files to tzdata release 2007k.Tom Lane2008-01-01
* Update timezone data files to release 2007i of the zic database.Tom Lane2007-11-15
* Update timezone data files to release 2007h of the zic database.Tom Lane2007-10-04
* Sync timezone data with 2007g zic release.Tom Lane2007-09-11
* Sync timezone data with 2007e zic release.Tom Lane2007-04-19
* Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane2007-03-14
* Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane2006-11-28
* Fix pg_tzset() to ensure that 'lclmem' (the static variable holdingTom Lane2006-01-10
* Update timezone data files to release 2005m of the zic database.Tom Lane2005-09-07
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* make clean must remove zic$(X) for Windows, per Magnus.Tom Lane2004-12-31
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-01
* Sync timezone data with latest zic database (dated Oct 11 2004).Tom Lane2004-10-24
* Update RELEASE_CHANGES to mention updating the timezone database asTom Lane2004-10-24
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-27
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-08
* Back out timezone detection patch. Tom already applied it.Bruce Momjian2004-09-02
* This patch attempts to fix the issue with localized timezones onBruce Momjian2004-09-02
* Add code to be able to match the timezone name on localized WindowsTom Lane2004-09-01
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix function definition that somehow missed being ANSI-fied, and alignTom Lane2004-08-11
* More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian2004-08-08
* Another zic cleanup .Bruce Momjian2004-08-08
* Link in dirmod specially for zic so it works on Win32.Bruce Momjian2004-08-08
* Still another try at matching system timezone nicely. On non-WindowsTom Lane2004-07-31
* Must guard against NULL return from localtime() when probing pre-1970Tom Lane2004-07-30
* Still another try at automatically detecting the best match in the zicTom Lane2004-07-22
* Add missing <getopt.h>, per Dann Corbit.Tom Lane2004-07-22
* Check more test points (in fact, every week in 1970..2004) to get a moreTom Lane2004-07-10
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Seems we forgot the installdirs target in this makefile.Tom Lane2004-05-28
* Tweaks per discussion with Magnus: suppress chatter on unpatched MinGWTom Lane2004-05-25
* Add code to identify_system_timezone() to try all zones in the zicTom Lane2004-05-25
* Rewrite identify_system_timezone() to give it better-than-chance oddsTom Lane2004-05-24
* Seems we had the wrong sign convention for the default Etc/GMTx zoneTom Lane2004-05-23
* Use case-insensitive comparison so that explicitly setting timezone=unknownTom Lane2004-05-23
* Fix to install correctly in vpath build case.Tom Lane2004-05-22