aboutsummaryrefslogtreecommitdiff
path: root/src/include/pgtime.h
Commit message (Expand)AuthorAge
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-04
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-18
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane2005-09-09
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-22
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21