Commits

DateSubjectAuthorReleases
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-30 Fix precision handling for some COERCE_SQL_SYNTAX functions 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-11-21 Replace SQLValueFunction by COERCE_SQL_SYNTAX Michael Paquier 16.0
2022-09-06 Fix an assortment of improper usages of string functions David Rowley 16.0
2022-04-02 Specialize tuplesort routines for different kinds of abbreviated keys John Naylor 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-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 12.9
2021-09-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 13.5
2021-09-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 10.19
2021-09-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 11.14
2021-09-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 14.0
2021-09-06 Fix bogus timetz_zone() results for DYNTZ abbreviations. Tom Lane 9.6.24
2021-09-06 Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations. Tom Lane 15.0
2021-04-11 Silence some Coverity warnings and improve code consistency. Tom Lane 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-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-10-07 Prevent internal overflows in date-vs-timestamp and related comparisons. Tom Lane 13.1
2020-10-07 Prevent internal overflows in date-vs-timestamp and related comparisons. Tom Lane 14.0
2020-09-28 Cache the result of converting now() to a struct pg_tm. 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