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
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Translate Windows' GMT Standard Time/GMT Daylight Time zones to
Tom Lane
2006-11-21
*
Arrange for timezone names to be recognized case-insensitively; for
Tom Lane
2006-10-16
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,
Tom Lane
2006-09-16
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Revert part of recent include patch not ready for application.
Bruce Momjian
2006-07-14
*
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix the various forms of AT TIME ZONE to accept either timezones found
Tom Lane
2005-09-09
*
Tweak dynahash.c to not allocate so many entries at once when dealing
Tom Lane
2005-06-26
*
Cosmetic improvements to the timezone code: remove the use of the
Neil Conway
2005-06-20
*
Simplify uses of readdir() by creating a function ReadDir() that
Tom Lane
2005-06-19
*
>> Do you agree that using a hashtable for it in general is a good idea
Bruce Momjian
2005-06-15
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
*
More macro cleanups for date/time.
Bruce Momjian
2005-05-23
*
Attached patch gets rid of the global timezone in the following steps:
Bruce Momjian
2005-04-19
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Use _timezone global on Cygwin instead of timezone.
Bruce Momjian
2004-09-08
*
Back out timezone detection patch. Tom already applied it.
Bruce Momjian
2004-09-02
*
This patch attempts to fix the issue with localized timezones on
Bruce Momjian
2004-09-02
*
Add code to be able to match the timezone name on localized Windows
Tom Lane
2004-09-01
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Still another try at matching system timezone nicely. On non-Windows
Tom Lane
2004-07-31
*
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