Commits

DateSubjectAuthorReleases
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 9.3.25
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 9.6.11
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 9.4.20
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 9.5.15
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 10.6
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 11.1
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-02-23 Consistently declare timestamp variables as TimestampTz. Tom Lane 10.0
2017-02-23 Remove now-dead code for !HAVE_INT64_TIMESTAMP. Tom Lane 10.0
2013-11-01 Remove internal uses of CTimeZone/HasCTZSet. Tom Lane 9.4.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2010-08-03 Add some comments to tinterval_cmp_internal pointing out its severe Tom Lane 9.1.0
2009-03-22 Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as Tom Lane 8.4.0
2008-11-11 Add support for input and output of interval values formatted per ISO 8601; Tom Lane 8.4.0
2008-11-09 Add a new GUC variable called "IntervalStyle" that decouples interval output Tom Lane 8.4.0
2008-09-10 Make our parsing of INTERVAL literals spec-compliant (or at least a heck of Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-03-21 Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing Tom Lane 8.4.0
2008-02-17 Replace time_t with pg_time_t (same values, but always int64) in on-disk Tom Lane 8.4.0
2007-08-04 Switch over to using the src/timezone functions for formatting timestamps Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2005-09-24 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. Tom Lane 8.1.0
2005-07-22 Fix insufficient check for overflow in tm2abstime(), per report from jw. Tom Lane 8.1.0