Commits

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

DateSubjectAuthorReleases
2026-05-11 Avoid passing unintended format codes to snprintf(). Tom Lane 16.14
2024-04-28 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 16.3
2024-02-28 Fix mis-rounding and overflow hazards in date_bin(). Tom Lane 16.3
2024-01-26 Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 16.2
2023-11-18 Guard against overflow in interval_mul() and interval_div(). Dean Rasheed 16.2
2023-05-17 Add back SQLValueFunction for SQL keywords Michael Paquier 16.0
2023-03-18 Add functions to do timestamptz arithmetic in a non-default timezone. Tom Lane 16.0
2023-03-17 Refactor datetime functions' timezone lookup code to reduce duplication. Tom Lane 16.0
2023-02-20 Detect overflow in timestamp[tz] subtraction. Tom Lane 16.0
2023-01-26 Improve TimestampDifferenceMilliseconds to cope with overflow sanely. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-30 Fix precision handling for some COERCE_SQL_SYNTAX functions Michael Paquier 16.0
2022-12-09 Convert datetime input functions to use "soft" error reporting. Tom Lane 16.0
2022-12-09 Allow DateTimeParseError to handle bad-timezone error messages. Tom Lane 16.0
2022-11-21 Replace SQLValueFunction by COERCE_SQL_SYNTAX Michael Paquier 16.0
2022-10-07 Remove unnecessary uses of Abs() Peter Eisentraut 16.0
2022-09-20 Harmonize more parameter names in bulk. Peter Geoghegan 16.0
2022-09-06 Fix an assortment of improper usages of string functions David Rowley 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0