Commits

Showing commits that first shipped in 9.4 (backpatches included). Clear

DateSubjectAuthorReleases
2019-12-12 Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. Tom Lane 9.4.26
2019-12-12 Remove redundant function calls in timestamp[tz]_part(). Tom Lane 9.4.26
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 9.4.25
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 9.4.20
2017-04-06 Fix integer-overflow problems in interval comparison. Tom Lane 9.4.12
2017-02-09 Blind try to fix portability issue in commit 8f93bd851 et al. Tom Lane 9.4.12
2017-02-08 Fix roundoff problems in float8_timestamptz() and make_interval(). Tom Lane 9.4.12
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.4.11
2015-10-20 Fix incorrect translation of minus-infinity datetimes for json/jsonb. Tom Lane 9.4.6
2015-09-06 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than Greg Stark 9.4.5
2015-06-28 Fix comment for GetCurrentIntegerTimestamp(). Kevin Grittner 9.4.5
2014-10-16 Support timezone abbreviations that sometimes change. Tom Lane 9.4.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-04-13 Provide moving-aggregate support for a bunch of numerical aggregates. Tom Lane 9.4.0
2014-03-06 isdigit() needs an unsigned char argument. Heikki Linnakangas 9.4.0
2014-03-05 Fix portability issues in recently added make_timestamp/make_interval code. Tom Lane 9.4.0
2014-03-04 Constructors for interval, timestamp, timestamptz Alvaro Herrera 9.4.0
2014-01-30 Add checks for interval overflow/underflow Bruce Momjian 9.4.0
2014-01-07 Update copyright for 2014 Bruce Momjian 9.4.0
2014-01-07 Add more use of psprintf() Peter Eisentraut 9.4.0
2013-11-01 Remove internal uses of CTimeZone/HasCTZSet. Tom Lane 9.4.0