summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
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
2004-05-24Rewrite identify_system_timezone() to give it better-than-chance oddsTom Lane
2004-05-23Seems we had the wrong sign convention for the default Etc/GMTx zoneTom Lane
2004-05-23Use case-insensitive comparison so that explicitly setting timezone=unknownTom Lane
2004-05-22Fix to install correctly in vpath build case.Tom Lane
2004-05-21pgindent did a pretty awful job on the timezone code, particularly withTom Lane
2004-05-21Pgindent timezone file, per request from Tom.Bruce Momjian
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-19Allow zic to compile by defining a "" value for my_exec_path. It isn'tBruce Momjian
2004-05-18Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-02More win32 adjustment for timezone directory.Bruce Momjian
2004-05-01Fix timezone data path for Unix and win32.Bruce Momjian
2004-05-01Remove debug output line.Bruce Momjian
2004-05-01Rename function to be less win32 specific.Bruce Momjian
2004-04-30Fix zic compiler to use pg version.Bruce Momjian
2004-04-30Allow build of timezone database on unix.Bruce Momjian
2004-04-30More timezone build adjustments.Bruce Momjian
2004-04-30Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:Bruce Momjian
2004-04-30More cleanups for USE_PGTZ.Bruce Momjian
2004-04-30Allow timezone to compile under Unix by blocking 'timezone' conflict withBruce Momjian
2004-04-30Convert DOS newlines to Unix newlines.Bruce Momjian
2004-04-30Integrate timezone library to be called only from Win32.Bruce Momjian
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-04-30Timezone library changes to map into our backend code.Bruce Momjian