summaryrefslogtreecommitdiff
path: root/src/timezone/localtime.c
Commit message (Expand)AuthorAgeFilesLines
* Update timezone code to track the upstream changes since 2003. In particularTom Lane2008-02-161-126/+473
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+7
* Avoid including any backend-only stuff in the zic utility program.Tom Lane2007-10-261-2/+3
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-041-3/+8
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-181-1/+26
* Arrange for timezone names to be recognized case-insensitively; forTom Lane2006-10-161-34/+9
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-2/+2
* Suppress a couple of minor compiler warnings, per Magnus.Tom Lane2006-04-091-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-89/+83
* 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