summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.c
Commit message (Expand)AuthorAgeFilesLines
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-081-6/+2
* Back out timezone detection patch. Tom already applied it.Bruce Momjian2004-09-021-105/+1
* This patch attempts to fix the issue with localized timezones onBruce Momjian2004-09-021-1/+105
* Add code to be able to match the timezone name on localized WindowsTom Lane2004-09-011-1/+108
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-208/+379
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Still another try at matching system timezone nicely. On non-WindowsTom Lane2004-07-311-56/+260
* Must guard against NULL return from localtime() when probing pre-1970Tom Lane2004-07-301-2/+13
* Still another try at automatically detecting the best match in the zicTom Lane2004-07-221-64/+78
* Check more test points (in fact, every week in 1970..2004) to get a moreTom Lane2004-07-101-77/+70
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-19/+19
* Tweaks per discussion with Magnus: suppress chatter on unpatched MinGWTom Lane2004-05-251-1/+27
* Add code to identify_system_timezone() to try all zones in the zicTom Lane2004-05-251-55/+216
* Rewrite identify_system_timezone() to give it better-than-chance oddsTom Lane2004-05-241-78/+114
* Seems we had the wrong sign convention for the default Etc/GMTx zoneTom Lane2004-05-231-3/+8
* Use case-insensitive comparison so that explicitly setting timezone=unknownTom Lane2004-05-231-2/+2
* Pgindent timezone file, per request from Tom.Bruce Momjian2004-05-211-55/+77
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-1/+262
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-181-4/+3
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-17/+2
* More win32 adjustment for timezone directory.Bruce Momjian2004-05-021-3/+2
* Fix timezone data path for Unix and win32.Bruce Momjian2004-05-011-3/+5
* Remove debug output line.Bruce Momjian2004-05-011-2/+1
* Rename function to be less win32 specific.Bruce Momjian2004-05-011-10/+16
* Fix zic compiler to use pg version.Bruce Momjian2004-04-301-3/+3
* Allow timezone to compile under Unix by blocking 'timezone' conflict withBruce Momjian2004-04-301-6/+6
* Add Olson's public domain timezone library to src/timezone.Bruce Momjian2004-04-301-0/+42