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