summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
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
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Fix some compiler warnings with timestamp parsing in formatting.cMichael Paquier
2019-09-25Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov
2019-09-25Implement parse_datetime() functionAlexander Korotkov
2019-09-25Implement standard datetime parsing modeAlexander Korotkov
2019-09-16Support for SSSSS datetime format patternAlexander Korotkov
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
2019-09-03Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-24Unify error messagesAlvaro Herrera