Commits

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

DateSubjectAuthorReleases
2020-11-11 Fix and simplify some usages of TimestampDifference(). Tom Lane 9.6.21
2019-12-12 Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. Tom Lane 9.6.17
2019-12-12 Remove redundant function calls in timestamp[tz]_part(). Tom Lane 9.6.17
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 9.6.16
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 9.6.11
2017-04-06 Fix integer-overflow problems in interval comparison. Tom Lane 9.6.3
2017-02-09 Blind try to fix portability issue in commit 8f93bd851 et al. Tom Lane 9.6.3
2017-02-08 Fix roundoff problems in float8_timestamptz() and make_interval(). Tom Lane 9.6.3
2017-01-18 Disable transforms that replaced AT TIME ZONE with RelabelType. Tom Lane 9.6.2
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.6.2
2016-04-05 Add parallel query support functions for assorted aggregates. Robert Haas 9.6.0
2016-04-02 Copyedit comments and documentation. Noah Misch 9.6.0
2016-03-29 Fix interval_mul() to not produce insane results. Tom Lane 9.6.0
2016-03-29 Allow to_timestamp(float8) to convert float infinity to timestamp infinity. Tom Lane 9.6.0
2016-03-18 Various minor corrections of and improvements to comments. Robert Haas 9.6.0
2016-03-16 Be more careful about out-of-range dates and timestamps. Tom Lane 9.6.0
2016-03-04 Fix typo in comment. Robert Haas 9.6.0
2016-01-22 Make extract() do something more reasonable with infinite datetimes. Tom Lane 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-10-20 Fix incorrect translation of minus-infinity datetimes for json/jsonb. Tom Lane 9.6.0
2015-09-06 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than Greg Stark 9.6.0