summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
2008-07-01Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane
2008-06-01Update time zone data files to tzdata release 2008c (DST law changes inTom Lane
2008-03-13Update to tzdata 2008a distribution (Chilean DST law change).Tom Lane
2008-03-02Venezuela Time now means UTC-4:30, not UTC-4:00. Adjust our treatmentTom Lane
2008-02-11Update timezone mapping for Windows with new timezones addedMagnus Hagander
2008-01-02Insert ARST into the list of known timezone abbreviations.Tom Lane
2008-01-01Update time zone data files to tzdata release 2007k.Tom Lane
2007-11-15Update timezone data files to release 2007i of the zic database.Tom Lane
2007-10-04Update timezone data files to release 2007h of the zic database.Tom Lane
2007-09-11Sync timezone data with 2007g zic release.Tom Lane
2007-04-19Sync timezone data with 2007e zic release.Tom Lane
2007-03-14Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane
2006-12-15Put JST back into the default set of timezone abbreviations;Tom Lane
2006-11-28Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane
2006-11-21Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane
2006-11-01Update zic database to tzdata2006n.Tom Lane
2006-10-24Tweak zic.c to compile cleanly on MSVC: use CopyFile instead ofTom Lane
2006-10-19Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane
2006-10-18Fix up timetz input so that a date is required only when the specifiedTom Lane
2006-10-16Arrange for timezone names to be recognized case-insensitively; forTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-16Update timezone data files to release 2006k of the zic database.Tom Lane
2006-07-25Add missing @OVERRIDE to 'India' config file, per Michael Fuhr.Tom Lane
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-14Revert part of recent include patch not ready for application.Bruce Momjian
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-04-09Suppress a couple of minor compiler warnings, per Magnus.Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane
2005-09-07Update timezone data files to release 2005m of the zic database.Tom Lane
2005-07-06Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian
2005-07-06Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian
2005-07-04Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian
2005-07-04Fix compile if zic because it now doesn't use libpgport.Bruce Momjian
2005-07-04Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-06-26Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane
2005-06-20Cosmetic improvements to the timezone code: remove the use of theNeil Conway
2005-06-19Simplify uses of readdir() by creating a function ReadDir() thatTom Lane
2005-06-15This patch makes it possible to use the full set of timezones when doingBruce Momjian
2005-06-15>> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian