summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane
2005-09-07Update timezone data files to release 2005m of the zic database.Tom Lane
2005-07-06Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian
2005-07-06Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian
2005-07-04Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian
2005-07-04Fix compile if zic because it now doesn't use libpgport.Bruce Momjian
2005-07-04Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-06-26Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane
2005-06-20Cosmetic improvements to the timezone code: remove the use of theNeil Conway
2005-06-19Simplify uses of readdir() by creating a function ReadDir() thatTom Lane
2005-06-15This patch makes it possible to use the full set of timezones when doingBruce Momjian
2005-06-15>> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-23More macro cleanups for date/time.Bruce Momjian
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2005-02-23Properly undef _(x) gettext macro.Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-31make clean must remove zic$(X) for Windows, per Magnus.Tom Lane
2004-11-01Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane
2004-10-24Sync timezone data with latest zic database (dated Oct 11 2004).Tom Lane
2004-10-24Update RELEASE_CHANGES to mention updating the timezone database asTom Lane
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-09-27Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-02Back out timezone detection patch. Tom already applied it.Bruce Momjian
2004-09-02This patch attempts to fix the issue with localized timezones onBruce Momjian
2004-09-01Add code to be able to match the timezone name on localized WindowsTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-11Fix function definition that somehow missed being ANSI-fied, and alignTom Lane
2004-08-08More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian
2004-08-08Another zic cleanup .Bruce Momjian
2004-08-08Link in dirmod specially for zic so it works on Win32.Bruce Momjian
2004-07-31Still another try at matching system timezone nicely. On non-WindowsTom Lane
2004-07-30Must guard against NULL return from localtime() when probing pre-1970Tom Lane
2004-07-22Still another try at automatically detecting the best match in the zicTom Lane
2004-07-22Add missing <getopt.h>, per Dann Corbit.Tom Lane
2004-07-10Check more test points (in fact, every week in 1970..2004) to get a moreTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-28Seems we forgot the installdirs target in this makefile.Tom Lane
2004-05-25Tweaks per discussion with Magnus: suppress chatter on unpatched MinGWTom Lane
2004-05-25Add code to identify_system_timezone() to try all zones in the zicTom Lane