]> granicus.if.org Git - postgresql/history - src/timezone
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / timezone /
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-09 Tom LaneUpdate time zone data files to tzdata release 2009e...
2009-03-05 Heikki LinnakangasAdd MUST (Mauritius Island Summer Time) to the list...
2009-01-29 Tom LaneUpdate time zone data files to tzdata release 2009a...
2009-01-06 Bruce MomjianFix new timezone cross-compile rule to avoid a bug...
2009-01-05 Peter EisentrautWhen cross-compiling, allow and require an external...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-13 Tom LaneSuppress leap-second-aware timezones in the output...
2008-10-30 Tom LaneUpdate time zone data files to tzdata release 2008i...
2008-09-17 Tom LaneUpdate time zone data files to tzdata release 2008f...
2008-07-01 Tom LaneFix identify_system_timezone() so that it tests the...
2008-06-01 Tom LaneUpdate time zone data files to tzdata release 2008c...
2008-05-01 Tom LaneAdd SGT (Singapore time) to the default list of known...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-13 Tom LaneUpdate to tzdata 2008a distribution (Chilean DST law...
2008-03-02 Tom LaneVenezuela Time now means UTC-4:30, not UTC-4:00. Adjus...
2008-02-19 Peter EisentrautMore refactoring, so that the SUBSYS.o rules are now...
2008-02-19 Magnus HaganderFix function prototype to silence compiler warnings.
2008-02-16 Tom LaneUpdate timezone code to track the upstream changes...
2008-02-11 Magnus HaganderUpdate timezone mapping for Windows with new timezones...
2008-01-02 Tom LaneInsert ARST into the list of known timezone abbreviations.
2008-01-01 Tom LaneUpdate time zone data files to tzdata release 2007k.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Tom LaneUpdate timezone data files to release 2007i of the...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-26 Tom LaneAvoid including any backend-only stuff in the zic utili...
2007-10-04 Tom LaneUpdate timezone data files to release 2007h of the...
2007-09-11 Tom LaneSync timezone data with 2007g zic release.
2007-08-25 Tom LaneAdjust with-system-tzdata patch to not attempt to insta...
2007-08-20 Peter EisentrautAdd configure option --with-system-tzdata to use operat...
2007-08-04 Tom LaneFix crash caused by log_timezone patch if we attempt...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-04-19 Tom LaneSync timezone data with 2007e zic release.
2007-03-14 Tom LaneArrange to install a "posixrules" entry in our timezone...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-15 Tom LanePut JST back into the default set of timezone abbreviat...
2006-11-28 Tom LaneUpdate timezone data to tzdata2006p zic distribution...
2006-11-21 Tom LaneTranslate Windows' GMT Standard Time/GMT Daylight Time...
2006-11-01 Tom LaneUpdate zic database to tzdata2006n.
2006-10-24 Tom LaneTweak zic.c to compile cleanly on MSVC: use CopyFile...
2006-10-19 Tom LaneAdd externs for optarg/optind where apparently needed...
2006-10-18 Tom LaneFix up timetz input so that a date is required only...
2006-10-16 Tom LaneArrange for timezone names to be recognized case-insens...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-16 Tom LaneUpdate timezone data files to release 2006k of the...
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...
next