Commits

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

DateSubjectAuthorReleases
2026-05-11 Avoid passing unintended format codes to snprintf(). Tom Lane 14.23
2024-04-28 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 14.12
2024-02-28 Fix mis-rounding and overflow hazards in date_bin(). Tom Lane 14.12
2024-01-26 Detect Julian-date overflow in timestamp[tz]_pl_interval. Tom Lane 14.11
2023-11-18 Guard against overflow in interval_mul() and interval_div(). Dean Rasheed 14.11
2022-05-09 Revert "Disallow infinite endpoints in generate_series() for timestamps." Tom Lane 14.3
2022-04-20 Disallow infinite endpoints in generate_series() for timestamps. Tom Lane 14.3
2022-04-19 Fix extract epoch from interval calculation Peter Eisentraut 14.3
2021-07-28 Disallow negative strides in date_bin() John Naylor 14.0
2021-07-22 Fix division by zero error in date_bin John Naylor 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-11 Silence some Coverity warnings and improve code consistency. Tom Lane 14.0
2021-04-10 Improve behavior of date_bin with origin in the future Peter Eisentraut 14.0
2021-04-06 Change return type of EXTRACT to numeric Peter Eisentraut 14.0
2021-04-01 Fix internal extract(timezone_minute) formulas Peter Eisentraut 14.0
2021-03-24 Fix stray double semicolons Peter Eisentraut 14.0
2021-03-24 Add date_bin function Peter Eisentraut 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-11 Fix and simplify some usages of TimestampDifference(). Tom Lane 14.0
2020-10-07 Prevent internal overflows in date-vs-timestamp and related comparisons. Tom Lane 14.0
2020-09-29 Fix make_timestamp[tz] to accept negative years as meaning BC. Tom Lane 14.0