]> granicus.if.org Git - postgresql/history - src/timezone
This patch will ensure that the hash table iteration performed by
[postgresql] / src / timezone /
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2005-02-23 Bruce MomjianProperly undef _(x) gettext macro.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-31 Tom Lanemake clean must remove zic$(X) for Windows, per Magnus.
2004-11-01 Tom LaneInvent pg_next_dst_boundary() and rewrite DetermineLoca...
2004-10-24 Tom LaneSync timezone data with latest zic database (dated...
2004-10-24 Tom LaneUpdate RELEASE_CHANGES to mention updating the timezone...
2004-10-04 Bruce MomjianMake libpgport be front-end only and make libpgport_srv...
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
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-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.