summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
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
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-02-21Assume that we have <wchar.h>.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane