summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
2025-06-28Message style improvementsPeter Eisentraut
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-22Support RN (roman-numeral format) in to_number().Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-16Refactor string case conversion into provider-specific files.Jeff Davis
2024-12-09Fix various overflow hazards in date and timestamp functions.Nathan Bossart
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-12-02Fix unintentional behavior change in commit e9931bfb75.Jeff Davis
2024-09-26Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane
2024-09-06Remove lc_ctype_is_c().Jeff Davis
2024-09-06Remove useless unconstifyPeter Eisentraut
2024-08-05Remove support for null pg_locale_t most places.Jeff Davis
2024-03-29Add unicode_strtitle() for Unicode Default Case Conversion.Jeff Davis
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-13Introduce "builtin" collation provider.Jeff Davis
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-03Update copyright for 2024Bruce Momjian
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-07-09All supported systems have locale_t.Thomas Munro
2023-03-14Fix corner case bug in numeric to_char() some more.Tom Lane
2023-01-17Remove dead code in formatting.cJohn Naylor
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-09Restructure soft-error handling in formatting.c.Tom Lane
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-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-05-12Pre-beta mechanical code beautification.Tom Lane
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-29SQL/JSON query functionsAndrew Dunstan
2022-03-14Support "of", "tzh", and "tzm" format codes.Robert Haas
2022-01-20Call pg_newlocale_from_collation() also with default collationPeter Eisentraut
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-01Remove unused includesPeter Eisentraut
2021-04-12Fix out-of-bound memory access for interval -> char conversionMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane
2020-09-04Remove still more useless assignments.Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane