]> granicus.if.org Git - postgresql/history - src/timezone
Return inline to win32.h because code was OK, but keep additional
[postgresql] / src / timezone /
2006-07-25 Tom LaneAdd missing @OVERRIDE to 'India' config file, per Micha...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-04-09 Tom LaneSuppress a couple of minor compiler warnings, per Magnus.
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
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-09-07 Tom LaneUpdate timezone data files to release 2005m of the...
2005-07-06 Bruce MomjianComplete zic patch backout by removing NO_PGPORT workar...
2005-07-06 Bruce MomjianReverse out because the lack of using pgport in timezon...
2005-07-04 Bruce MomjianRestructure zic #define fprintf checks to use a NO_PGPO...
2005-07-04 Bruce MomjianFix compile if zic because it now doesn't use libpgport.
2005-07-04 Neil ConwayFix build break for out of tree (vpath) builds, induced...
2005-07-03 Peter EisentrautSupport cross compilation by compiling "zic" with a...
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 MomjianThis patch makes it possible to use the full set of...
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...
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.