aboutsummaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane2009-10-03
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Suppress leap-second-aware timezones in the output of pg_tzenumerate_next,Tom Lane2008-11-13
* Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane2008-07-01
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-16
* Update timezone mapping for Windows with new timezones addedMagnus Hagander2008-02-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane2007-08-25
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-04
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Make some messages more consistentPeter Eisentraut2007-05-31
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Translate Windows' GMT Standard Time/GMT Daylight Time zones toTom Lane2006-11-21
* 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
* 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
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* 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
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-26
* Cosmetic improvements to the timezone code: remove the use of theNeil Conway2005-06-20
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* >> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian2005-06-15
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* More macro cleanups for date/time.Bruce Momjian2005-05-23
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* 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
* 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
* 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
* Tweaks per discussion with Magnus: suppress chatter on unpatched MinGWTom Lane2004-05-25