summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
2023-03-14Fix corner case bug in numeric to_char() some more.Tom Lane
2021-04-12Fix out-of-bound memory access for interval -> char conversionMichael Paquier
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2019-09-03Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael 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
2017-06-23Fix memory leakage in ICU encoding conversion, and other code review.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-16Preventive maintenance in advance of pgindent run.Tom Lane
2017-03-23ICU supportPeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-20Improve error message for misuse of TZ, tz, OF formatting patterns.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-28Rationalize format-picture caching logic in formatting.c.Tom Lane
2016-09-28Make to_timestamp() and to_date() range-check fields of their input.Tom Lane
2016-08-08Fix several one-byte buffer over-reads in to_numberPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane