Commits

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

DateSubjectAuthorReleases
2020-11-11 Fix and simplify some usages of TimestampDifference(). Tom Lane 9.5.25
2019-12-12 Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. Tom Lane 9.5.21
2019-12-12 Remove redundant function calls in timestamp[tz]_part(). Tom Lane 9.5.21
2019-11-07 Fix integer-overflow edge case detection in interval_mul and pgbench. Tom Lane 9.5.20
2018-10-16 Avoid statically allocating gmtsub()'s timezone workspace. Tom Lane 9.5.15
2017-04-06 Fix integer-overflow problems in interval comparison. Tom Lane 9.5.7
2017-02-09 Blind try to fix portability issue in commit 8f93bd851 et al. Tom Lane 9.5.7
2017-02-08 Fix roundoff problems in float8_timestamptz() and make_interval(). Tom Lane 9.5.7
2017-01-18 Disable transforms that replaced AT TIME ZONE with RelabelType. Tom Lane 9.5.6
2016-12-27 Fix interval_transform so it doesn't throw away non-no-op casts. Tom Lane 9.5.6
2015-10-20 Fix incorrect translation of minus-infinity datetimes for json/jsonb. Tom Lane 9.5.0
2015-09-06 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than Greg Stark 9.5.0
2015-06-28 Fix comment for GetCurrentIntegerTimestamp(). Kevin Grittner 9.5.0
2015-05-20 Collection of typo fixes. Heikki Linnakangas 9.5.0
2015-04-02 Define integer limits independently from the system definitions. Andres Freund 9.5.0
2015-03-25 Centralize definition of integer limits. Andres Freund 9.5.0
2015-03-01 Add transform functions for AT TIME ZONE. Noah Misch 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-10-16 Support timezone abbreviations that sometimes change. Tom Lane 9.5.0