Commits

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

DateSubjectAuthorReleases
2026-05-11 Avoid passing unintended format codes to snprintf(). Tom Lane 15.18
2024-04-28 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 15.7
2024-02-28 Fix mis-rounding and overflow hazards in date_bin(). Tom Lane 15.7
2024-01-26 Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 15.6
2023-11-18 Guard against overflow in interval_mul() and interval_div(). Dean Rasheed 15.6
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-05-10 Fix some incorrect preprocessor tests in tuplesort specializations David Rowley 15.0
2022-05-09 Revert "Disallow infinite endpoints in generate_series() for timestamps." Tom Lane 15.0
2022-04-20 Disallow infinite endpoints in generate_series() for timestamps. Tom Lane 15.0
2022-04-19 Fix extract epoch from interval calculation Peter Eisentraut 15.0
2022-04-13 Remove extraneous blank lines before block-closing braces Alvaro Herrera 15.0
2022-04-02 Fix overflow hazards in interval input and output conversions. Tom Lane 15.0
2022-04-02 Specialize tuplesort routines for different kinds of abbreviated keys John Naylor 15.0
2022-02-28 Handle integer overflow in interval justification functions. Tom Lane 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2022-01-03 Clean up error messages related to bad datetime units. Tom Lane 15.0
2021-09-26 Avoid unnecessary division in interval_cmp_value(). Tom Lane 15.0
2021-07-28 Disallow negative strides in date_bin() John Naylor 15.0
2021-07-22 Fix division by zero error in date_bin John Naylor 15.0