index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
formatting.c
Age
Commit message (
Expand
)
Author
2021-04-12
Fix out-of-bound memory access for interval -> char conversion
Michael Paquier
2020-09-30
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-01-23
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-08-08
Fix several one-byte buffer over-reads in to_number
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-05-06
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-05
to_number(): allow 'V' to divide by 10^(the number of digits)
Bruce Momjian
2015-10-05
to_char(): Do not count negative sign as a digit for time values
Bruce Momjian
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-03
Second try at fixing warnings caused by commit 9b43d73b3f9bef27.
Tom Lane
2015-04-29
Attempt to fix some compiler warnings.
Robert Haas
2015-04-28
to_char(): have format 'OF' only show the leading negative sign
Bruce Momjian
2015-03-22
to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14
Bruce Momjian
2015-03-21
to_char(float4/8): zero pad to specified length
Bruce Momjian
2015-02-06
Check DCH_MAX_ITEM_SIZ limits with <=, not <.
Noah Misch
2015-02-02
to_char(): prevent writing beyond the allocated buffer
Bruce Momjian
2015-02-02
to_char(): prevent accesses beyond the allocated buffer
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-09-12
Revert f68dc5d86b9f287f80f4417f5a24d876eb13771d
Bruce Momjian
2014-09-12
More formatting.c variable renaming, for clarity
Bruce Momjian
2014-09-05
Rename C variables in formatting.c, for clarity
Bruce Momjian
2014-05-21
Fix typos in comments.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-20
Fix to_timestamp/to_date's handling of consecutive spaces in format string.
Tom Lane
2014-01-18
Make various variables const (read-only).
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-02
Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len".
Robert Haas
2013-07-01
Add timezone offset output option to to_char()
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-11
Fix to_number() to correctly ignore thousands separator when it's '.'.
Tom Lane
2013-03-05
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-01-14
Reject out-of-range dates in to_date().
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-09-03
Fix to_date() and to_timestamp() to allow specification of the day of
Bruce Momjian
2012-08-08
Add additional C comments for to_date/to_char() fixes.
Bruce Momjian
2012-08-07
Fix to_char(), to_date(), and to_timestamp() to handle negative/BC
Bruce Momjian
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-07-02
Fix to_date's handling of year 519.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-23
Lots of doc corrections.
Robert Haas
2012-03-15
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-12
Add comment for missing break in switch
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
[next]