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
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Restructure soft-error handling in formatting.c.
Tom Lane
2022-12-09
*
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
*
Const-ify a couple of datetime parsing subroutines.
Tom Lane
2022-12-09
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Remove configure probe for wctype.h.
Thomas Munro
2022-07-23
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix portability issues in datetime parsing.
Tom Lane
2022-04-03
*
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
Support "of", "tzh", and "tzm" format codes.
Robert Haas
2022-03-14
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove unused includes
Peter Eisentraut
2021-12-01
*
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
[next]