index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
formatting.c
Commit message (
Expand
)
Author
Age
*
Fix out-of-bound memory access for interval -> char conversion
Michael Paquier
2021-04-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
*
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
2020-09-29
*
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-09
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Remove still more useless assignments.
Tom Lane
2020-09-04
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-22
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Allow to_date/to_timestamp to recognize non-English month/day names.
Tom Lane
2020-03-03
*
Assume that we have <wchar.h>.
Tom Lane
2020-02-21
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix some compiler warnings with timestamp parsing in formatting.c
Michael Paquier
2019-12-11
*
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Implement parse_datetime() function
Alexander Korotkov
2019-09-25
*
Implement standard datetime parsing mode
Alexander Korotkov
2019-09-25
*
Support for SSSSS datetime format pattern
Alexander Korotkov
2019-09-16
*
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-09-16
*
Fix memory leak with lower, upper and initcap with ICU-provided collations
Michael Paquier
2019-09-03
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Unify error messages
Alvaro Herrera
2019-04-24
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Be smarter about age-counter overflow in formatting.c caches.
Tom Lane
2018-10-16
*
Avoid statically allocating formatting.c's format string caches.
Tom Lane
2018-10-16
*
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
*
Don't use is_infinite() where isinf() will do.
Tom Lane
2018-10-06
*
Fix handling of format string text characters in to_timestamp()/to_date()
Alexander Korotkov
2018-09-20
*
Improve behavior of to_timestamp()/to_date() functions
Alexander Korotkov
2018-09-09
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Implement TZH and TZM timestamp format patterns
Andrew Dunstan
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Improve to_date/to_number/to_timestamp behavior with multibyte characters.
Tom Lane
2017-11-18
*
Fix quoted-substring handling in format parsing for to_char/to_number/etc.
Tom Lane
2017-11-18
*
Prevent to_number() from losing data when template doesn't match exactly.
Tom Lane
2017-11-17
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
*
Fix build with !USE_WIDE_UPPER_LOWER
Peter Eisentraut
2017-09-22
[next]