summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
AgeCommit message (Expand)Author
2025-05-28Tighten parsing of datetime input.Tom Lane
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-10-07Use camel case for "DateStyle" in some error messagesMichael Paquier
2024-05-22Fix input of ISO "extended" time format for types time and timetz.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-08-28Tighten unit parsing in internal valuesMichael Paquier
2023-08-28Tighten handling of "ago" in interval valuesMichael Paquier
2023-08-28Remove dead code in DecodeInterval()Michael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-17Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane
2023-03-16Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane
2023-03-09Reject combining "epoch" and "infinity" with other datetime fields.Tom Lane
2023-02-20Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane
2023-02-12Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-09Const-ify a couple of datetime parsing subroutines.Tom Lane
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-04-03Fix portability issues in datetime parsing.Tom Lane
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-03interval: round values when spilling to monthsBruce Momjian
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-28Cache the result of converting now() to a struct pg_tm.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-02-01Optimizations for integer to decimal output.Andrew Gierth
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Remove useless "return;" linesAlvaro Herrera