aboutsummaryrefslogtreecommitdiff
path: root/src/include/pgtime.h
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.Robert Haas2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* 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