index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timezone
/
pgtz.c
Commit message (
Expand
)
Author
Age
*
Must guard against NULL return from localtime() when probing pre-1970
Tom Lane
2004-07-30
*
Still another try at automatically detecting the best match in the zic
Tom Lane
2004-07-22
*
Check more test points (in fact, every week in 1970..2004) to get a more
Tom Lane
2004-07-10
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
*
Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW
Tom Lane
2004-05-25
*
Add code to identify_system_timezone() to try all zones in the zic
Tom Lane
2004-05-25
*
Rewrite identify_system_timezone() to give it better-than-chance odds
Tom Lane
2004-05-24
*
Seems we had the wrong sign convention for the default Etc/GMTx zone
Tom Lane
2004-05-23
*
Use case-insensitive comparison so that explicitly setting timezone=unknown
Tom Lane
2004-05-23
*
Pgindent timezone file, per request from Tom.
Bruce Momjian
2004-05-21
*
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-21
*
Clean up some relative path install issues with Claudio's help.
Bruce Momjian
2004-05-18
*
Reorganize code to allow path-relative installs.
Bruce Momjian
2004-05-17
*
More win32 adjustment for timezone directory.
Bruce Momjian
2004-05-02
*
Fix timezone data path for Unix and win32.
Bruce Momjian
2004-05-01
*
Remove debug output line.
Bruce Momjian
2004-05-01
*
Rename function to be less win32 specific.
Bruce Momjian
2004-05-01
*
Fix zic compiler to use pg version.
Bruce Momjian
2004-04-30
*
Allow timezone to compile under Unix by blocking 'timezone' conflict with
Bruce Momjian
2004-04-30
*
Add Olson's public domain timezone library to src/timezone.
Bruce Momjian
2004-04-30