summaryrefslogtreecommitdiff
path: root/src/timezone/localtime.c
AgeCommit message (Expand)Author
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-02-16Update timezone code to track the upstream changes since 2003. In particularTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-26Avoid including any backend-only stuff in the zic utility program.Tom Lane
2007-08-04Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane
2006-10-18Fix up timetz input so that a date is required only when the specifiedTom Lane
2006-10-16Arrange for timezone names to be recognized case-insensitively; forTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-04-09Suppress a couple of minor compiler warnings, per Magnus.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-20Cosmetic improvements to the timezone code: remove the use of theNeil Conway
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2004-11-01Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-21pgindent did a pretty awful job on the timezone code, particularly withTom Lane
2004-05-21Pgindent timezone file, per request from Tom.Bruce Momjian
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-04-30Convert DOS newlines to Unix newlines.Bruce Momjian
2004-04-30Timezone library changes to map into our backend code.Bruce Momjian
2004-04-30Add Olson's public domain timezone library to src/timezone.Bruce Momjian