summaryrefslogtreecommitdiff
path: root/src/timezone/localtime.c
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic improvements to the timezone code: remove the use of theNeil Conway2005-06-201-68/+68
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-191-78/+21
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-011-1/+95
* Pgindent run for 8.0.Bruce Momjian2004-08-291-29/+30
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-346/+39
* pgindent did a pretty awful job on the timezone code, particularly withTom Lane2004-05-211-171/+182
* Pgindent timezone file, per request from Tom.Bruce Momjian2004-05-211-428/+563
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-566/+86
* Convert DOS newlines to Unix newlines.Bruce Momjian2004-04-301-1712/+1712
* Timezone library changes to map into our backend code.Bruce Momjian2004-04-301-0/+5
* Add Olson's public domain timezone library to src/timezone.Bruce Momjian2004-04-301-0/+1707