Commits

DateSubjectAuthorReleases
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-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 15.1
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
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
2022-03-07 Create routine able to set single-call SRFs for Materialize mode Michael Paquier 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-08-03 interval: round values when spilling to months Bruce Momjian 15.0
2021-05-01 Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9 Bruce Momjian 14.0
2021-03-30 In messages, use singular nouns for -1, like we do for +1. Bruce Momjian 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0