Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Update timezone code to track the upstream changes since 2003. In particular | Tom Lane | 2008-02-16 |
| | | | | | | | | this adds support for 64-bit tzdata files, which is needed to support DST calculations beyond 2038. Add a regression test case to give some minimal confidence that that really works. Heikki Linnakangas | ||
* | Avoid including any backend-only stuff in the zic utility program. | Tom Lane | 2007-10-26 |
| | | | | Per gripe from Zdenek Kotala, though not exactly his patch. | ||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Cosmetic improvements to the timezone code: remove the use of the | Neil Conway | 2005-06-20 |
| | | | | | 'register' qualifier, make some function declarations more consistent, and so on. | ||
* | pgindent did a pretty awful job on the timezone code, particularly with | Tom Lane | 2004-05-21 |
| | | | | respect to doubly-starred comment blocks. Do some manual cleanup. | ||
* | 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 |
| | | | | | | and should do now that we control our own destiny for timezone handling, but this commit gets the bulk of the picayune diffs in place. Magnus Hagander and Tom Lane. | ||
* | Convert DOS newlines to Unix newlines. | Bruce Momjian | 2004-04-30 |
| | |||
* | Add Olson's public domain timezone library to src/timezone. | Bruce Momjian | 2004-04-30 |