Commits

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

DateSubjectAuthorReleases
2024-05-22 Fix input of ISO "extended" time format for types time and timetz. Tom Lane 16.4
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-12 Avoid dereferencing an undefined pointer in DecodeInterval(). Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2023-01-01 Accept "+infinity" in date and timestamp[tz] input. Tom Lane 16.0
2022-12-21 Switch some system functions to use get_call_result_type() 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-12-09 Const-ify a couple of datetime parsing subroutines. Tom Lane 16.0
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 16.0
2022-10-14 Store GUC data in a memory context, instead of using malloc(). Tom Lane 16.0
2022-10-10 Use C library functions instead of Abs() for int64 Peter Eisentraut 16.0
2022-10-07 Remove unnecessary uses of Abs() Peter Eisentraut 16.0
2022-10-05 Rename shadowed local variables David Rowley 16.0
2022-09-20 Harmonize more parameter names in bulk. Peter Geoghegan 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0