summaryrefslogtreecommitdiff
path: root/src/timezone/private.h
Commit message (Collapse)AuthorAgeFilesLines
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-1/+2
| | | | macros around strings that were missing them.
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+2
|
* pgindent did a pretty awful job on the timezone code, particularly withTom Lane2004-05-211-24/+26
| | | | respect to doubly-starred comment blocks. Do some manual cleanup.
* Pgindent timezone file, per request from Tom.Bruce Momjian2004-05-211-25/+26
|
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-208/+18
| | | | | | 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.
* Allow build of timezone database on unix.Bruce Momjian2004-04-301-0/+5
|
* More timezone build adjustments.Bruce Momjian2004-04-301-4/+0
|
* Allow timezone to compile under Unix by blocking 'timezone' conflict withBruce Momjian2004-04-301-0/+4
| | | | | | | system headers. Allow system to find timezone database by pasing pkglibdir into the binary via a define.
* Convert DOS newlines to Unix newlines.Bruce Momjian2004-04-301-294/+294
|
* Add Olson's public domain timezone library to src/timezone.Bruce Momjian2004-04-301-0/+294