| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Per gripe from Zdenek Kotala, though not exactly his patch.
|
|
|
|
|
|
|
| |
suffix, to distinguish them from doubles. Make some function declarations
and definitions use the "const" qualifier for arguments consistently.
Ignore warning 4102 ("unreferenced label"), because such warnings
are always emitted by bison-generated code. Patch from Magnus Hagander.
|
| |
|
|
|
|
|
| |
'register' qualifier, make some function declarations more consistent,
and so on.
|
|
|
|
| |
respect to doubly-starred comment blocks. Do some manual cleanup.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|