summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.c
AgeCommit message (Expand)Author
2008-11-13Suppress leap-second-aware timezones in the output of pg_tzenumerate_next,Tom Lane
2008-07-01Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane
2008-02-16Update timezone code to track the upstream changes since 2003. In particularTom Lane
2008-02-11Update timezone mapping for Windows with new timezones addedMagnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-25Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane
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-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-21Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom 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-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-03-05Update copyright for 2006. Update scripts.Bruce Momjian
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-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-15>> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-23More macro cleanups for date/time.Bruce Momjian
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-02Back out timezone detection patch. Tom already applied it.Bruce Momjian
2004-09-02This patch attempts to fix the issue with localized timezones onBruce Momjian
2004-09-01Add code to be able to match the timezone name on localized WindowsTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-31Still another try at matching system timezone nicely. On non-WindowsTom Lane
2004-07-30Must guard against NULL return from localtime() when probing pre-1970Tom Lane
2004-07-22Still another try at automatically detecting the best match in the zicTom Lane
2004-07-10Check more test points (in fact, every week in 1970..2004) to get a moreTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-25Tweaks per discussion with Magnus: suppress chatter on unpatched MinGWTom Lane
2004-05-25Add code to identify_system_timezone() to try all zones in the zicTom Lane
2004-05-24Rewrite identify_system_timezone() to give it better-than-chance oddsTom Lane
2004-05-23Seems we had the wrong sign convention for the default Etc/GMTx zoneTom Lane
2004-05-23Use case-insensitive comparison so that explicitly setting timezone=unknownTom Lane