aboutsummaryrefslogtreecommitdiff
path: root/src/timezone
Commit message (Expand)AuthorAge
* 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
* Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.Heikki Linnakangas2009-03-05
* 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
* Venezuela Time now means UTC-4:30, not UTC-4:00. Adjust our treatmentTom Lane2008-03-02
* Update timezone mapping for Windows with new timezones addedMagnus Hagander2008-02-11
* Insert ARST into the list of known timezone abbreviations.Tom Lane2008-01-02
* 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
* Put JST back into the default set of timezone abbreviations;Tom Lane2006-12-15
* Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane2006-11-28
* Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane2006-11-21
* Update zic database to tzdata2006n.Tom Lane2006-11-01
* Tweak zic.c to compile cleanly on MSVC: use CopyFile instead ofTom Lane2006-10-24
* Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane2006-10-19
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-18
* Arrange for timezone names to be recognized case-insensitively; forTom Lane2006-10-16
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Update timezone data files to release 2006k of the zic database.Tom Lane2006-09-16
* Add missing @OVERRIDE to 'India' config file, per Michael Fuhr.Tom Lane2006-07-25
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Suppress a couple of minor compiler warnings, per Magnus.Tom Lane2006-04-09
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Update timezone data files to release 2005m of the zic database.Tom Lane2005-09-07
* Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian2005-07-06
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-06
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-04
* Fix compile if zic because it now doesn't use libpgport.Bruce Momjian2005-07-04
* Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway2005-07-04