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
2023-03-14
Fix corner case bug in numeric to_char() some more.
Tom Lane
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
2019-09-03
Fix memory leak with lower, upper and initcap with ICU-provided collations
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-24
Unify error messages
Alvaro Herrera
2019-02-13
More unconstify use
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-16
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-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-06
Don't use is_infinite() where isinf() will do.
Tom Lane
2018-09-20
Fix handling of format string text characters in to_timestamp()/to_date()
Alexander Korotkov
2018-09-09
Improve behavior of to_timestamp()/to_date() functions
Alexander Korotkov
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-03-15
Fix more format truncation issues
Peter Eisentraut
2018-01-09
Implement TZH and TZM timestamp format patterns
Andrew Dunstan
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-18
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-17
Prevent to_number() from losing data when template doesn't match exactly.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
Fix build with !USE_WIDE_UPPER_LOWER
Peter Eisentraut
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-16
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-03-23
ICU support
Peter Eisentraut
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-20
Improve error message for misuse of TZ, tz, OF formatting patterns.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-28
Rationalize format-picture caching logic in formatting.c.
Tom Lane
2016-09-28
Make to_timestamp() and to_date() range-check fields of their input.
Tom Lane
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
[next]