Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2025-05-28 Tighten parsing of datetime input. Tom Lane 18.0
2025-01-16 Seek zone abbreviations in the IANA data before timezone_abbreviations. Tom Lane 18.0
2024-05-22 Fix input of ISO "extended" time format for types time and timetz. Tom Lane 17.0
2024-05-22 Fix input of ISO "extended" time format for types time and timetz. Tom Lane 16.4
2024-01-25 Support TZ and OF format codes in to_timestamp(). Tom Lane 17.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-17 Refactor datetime functions' timezone lookup code to reduce duplication. Tom Lane 16.0
2023-03-16 Tighten error checks in datetime input, and remove bogus "ISO" format. Tom Lane 16.0
2023-03-09 Reject combining "epoch" and "infinity" with other datetime fields. Tom Lane 16.0
2023-02-20 Fix parsing of ISO-8601 interval fields with exponential notation. Tom Lane 16.0
2023-02-20 Fix parsing of ISO-8601 interval fields with exponential notation. Tom Lane 15.3
2023-02-12 Avoid dereferencing an undefined pointer in DecodeInterval(). Tom Lane 16.0
2023-02-12 Avoid dereferencing an undefined pointer in DecodeInterval(). Tom Lane 15.3
2023-01-01 Accept "+infinity" in date and timestamp[tz] input. Tom Lane 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-12-09 Const-ify a couple of datetime parsing subroutines. Tom Lane 16.0
2022-10-14 Store GUC data in a memory context, instead of using malloc(). Tom Lane 16.0
2022-04-03 Fix portability issues in datetime parsing. Tom Lane 15.0
2022-04-02 Fix overflow hazards in interval input and output conversions. Tom Lane 15.0
2020-09-28 Cache the result of converting now() to a struct pg_tm. Tom Lane 14.0
2020-06-29 Mop up some no-longer-necessary hacks around printf %.*s format. Tom Lane 14.0
2020-06-04 Reject "23:59:60.nnn" in datetime input. Tom Lane 13.0
2020-06-04 Reject "23:59:60.nnn" in datetime input. Tom Lane 10.14