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