]> granicus.if.org Git - postgresql/history - src/timezone
Pgindent run for 8.0.
[postgresql] / src / timezone /
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-11 Tom LaneFix function definition that somehow missed being ANSI...
2004-08-08 Bruce MomjianMore Win32 zic build cleanups now that we have symlinks...
2004-08-08 Bruce MomjianAnother zic cleanup .
2004-08-08 Bruce MomjianLink in dirmod specially for zic so it works on Win32.
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-22 Tom LaneAdd missing <getopt.h>, per Dann Corbit.
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-28 Tom LaneSeems we forgot the installdirs target in this makefile.
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-22 Tom LaneFix to install correctly in vpath build case.
2004-05-21 Tom Lanepgindent did a pretty awful job on the timezone code...
2004-05-21 Bruce MomjianPgindent timezone file, per request from Tom.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-19 Bruce MomjianAllow zic to compile by defining a "" value for my_exec...
2004-05-18 Bruce MomjianUpdate Makefile dependencies for Win32 timezones, per...
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 build of timezone database on unix.
2004-04-30 Bruce MomjianMore timezone build adjustments.
2004-04-30 Bruce MomjianTimezone code checks for HAVE_SYMLINK of zero, so use...
2004-04-30 Bruce MomjianMore cleanups for USE_PGTZ.
2004-04-30 Bruce MomjianAllow timezone to compile under Unix by blocking 'timez...
2004-04-30 Bruce MomjianConvert DOS newlines to Unix newlines.
2004-04-30 Bruce MomjianIntegrate timezone library to be called only from Win32.
2004-04-30 Bruce MomjianMinor adjustments to enable public-domain timezone...
2004-04-30 Bruce MomjianTimezone library changes to map into our backend code.
2004-04-30 Bruce MomjianAdd Olson's public domain timezone library to src/timezone.