summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
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-08-25Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
2007-08-04Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-05-31Make some messages more consistentPeter Eisentraut
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
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
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