summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
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
2019-02-13More unconstify usePeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-16Be smarter about age-counter overflow in formatting.c caches.Tom Lane
2018-10-16Avoid statically allocating formatting.c's format string caches.Tom Lane
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-06Don't use is_infinite() where isinf() will do.Tom Lane
2018-09-20Fix handling of format string text characters in to_timestamp()/to_date()Alexander Korotkov
2018-09-09Improve behavior of to_timestamp()/to_date() functionsAlexander Korotkov
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-01-09Implement TZH and TZM timestamp format patternsAndrew Dunstan
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-18Improve to_date/to_number/to_timestamp behavior with multibyte characters.Tom Lane
2017-11-18Fix quoted-substring handling in format parsing for to_char/to_number/etc.Tom Lane
2017-11-17Prevent to_number() from losing data when template doesn't match exactly.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-22Fix build with !USE_WIDE_UPPER_LOWERPeter Eisentraut