OSDN Git Service

Re-run pgindent, fixing a problem where comment lines after a blank
[pg-rex/syncrep.git] / src / timezone / pgtz.c
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-09 Tom LaneFix the various forms of AT TIME ZONE to accept either...
2005-06-26 Tom LaneTweak dynahash.c to not allocate so many entries at...
2005-06-20 Neil ConwayCosmetic improvements to the timezone code: remove...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-15 Bruce Momjian>> Do you agree that using a hashtable for it in genera...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-08 Bruce MomjianUse _timezone global on Cygwin instead of timezone.
2004-09-02 Bruce MomjianBack out timezone detection patch. Tom already applied it.
2004-09-02 Bruce MomjianThis patch attempts to fix the issue with localized...
2004-09-01 Tom LaneAdd code to be able to match the timezone name on local...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-31 Tom LaneStill another try at matching system timezone nicely...
2004-07-30 Tom LaneMust guard against NULL return from localtime() when...
2004-07-22 Tom LaneStill another try at automatically detecting the best...
2004-07-10 Tom LaneCheck more test points (in fact, every week in 1970...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-25 Tom LaneTweaks per discussion with Magnus: suppress chatter...
2004-05-25 Tom LaneAdd code to identify_system_timezone() to try all zones...
2004-05-24 Tom LaneRewrite identify_system_timezone() to give it better...
2004-05-23 Tom LaneSeems we had the wrong sign convention for the default...
2004-05-23 Tom LaneUse case-insensitive comparison so that explicitly...
2004-05-21 Bruce MomjianPgindent timezone file, per request from Tom.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-02 Bruce MomjianMore win32 adjustment for timezone directory.
2004-05-01 Bruce MomjianFix timezone data path for Unix and win32.
2004-05-01 Bruce MomjianRemove debug output line.
2004-05-01 Bruce MomjianRename function to be less win32 specific.
2004-04-30 Bruce MomjianFix zic compiler to use pg version.
2004-04-30 Bruce MomjianAllow timezone to compile under Unix by blocking 'timez...
2004-04-30 Bruce MomjianAdd Olson's public domain timezone library to src/timezone.