summaryrefslogtreecommitdiff
path: root/src/include/pgtime.h
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-08-04Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-18Fix up timetz input so that a date is required only when the specifiedTom Lane
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-09Fix the various forms of AT TIME ZONE to accept either timezones foundTom Lane
2005-07-22Code spacing improvement, particularly *tm spacing.Bruce Momjian
2005-06-15This patch makes it possible to use the full set of timezones when doingBruce Momjian
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-01Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane