summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
7 daysUse palloc_object() and palloc_array() in backend codeMichael Paquier
12 daysFix some cases of indirectly casting away const.Tom Lane
2025-11-25Remove obsolete commentPeter Eisentraut
2025-10-31formatting.c cleanup: Change fill_str() return type to voidPeter Eisentraut
2025-10-31formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*Peter Eisentraut
2025-10-31formatting.c cleanup: Change several int fields to enumsPeter Eisentraut
2025-10-31formatting.c cleanup: Change TmFromChar.clock field to boolPeter Eisentraut
2025-10-30formatting.c cleanup: Improve formatting of some struct declarationsPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary zeroize macrosPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary extra line breaks in error message l...Peter Eisentraut
2025-10-29formatting.c cleanup: Remove unnecessary extra parenthesesPeter Eisentraut
2025-10-29formatting.c cleanup: Use array syntax instead of pointer arithmeticPeter Eisentraut
2025-10-29formatting.c cleanup: Add some const pointer qualifiersPeter Eisentraut
2025-10-29formatting.c cleanup: Use size_t for string length variables and argumentsPeter Eisentraut
2025-10-28formatting.c cleanup: Move loop variables definitions into for statementPeter Eisentraut
2025-10-28formatting.c cleanup: Remove dashes in commentsPeter Eisentraut
2025-09-05Switch some numeric-related functions to use soft error reportingMichael Paquier
2025-08-18Detect buffer underflow in get_th()Peter Eisentraut
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-03Fix 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-06Remove support for null pg_locale_t most places.Jeff Davis
2024-03-30Add 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-14Introduce "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-04Update 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-08All 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-10Restructure 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