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
2025-06-28
Message style improvements
Peter Eisentraut
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-24
Add SQL function CASEFOLD().
Jeff Davis
2025-01-22
Support RN (roman-numeral format) in to_number().
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-16
Refactor string case conversion into provider-specific files.
Jeff Davis
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-07
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-02
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-09-26
Modernize to_char's Roman-numeral code, fixing overflow problems.
Tom Lane
2024-09-06
Remove lc_ctype_is_c().
Jeff Davis
2024-09-06
Remove useless unconstify
Peter Eisentraut
2024-08-05
Remove support for null pg_locale_t most places.
Jeff Davis
2024-03-29
Add unicode_strtitle() for Unicode Default Case Conversion.
Jeff Davis
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-19
Support C.UTF-8 locale in the new builtin collation provider.
Jeff Davis
2024-03-13
Introduce "builtin" collation provider.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-25
Support TZ and OF format codes in to_timestamp().
Tom Lane
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-07-09
All supported systems have locale_t.
Thomas Munro
2023-03-14
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-01-17
Remove dead code in formatting.c
John Naylor
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-09
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-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-07-23
Remove configure probe for wctype.h.
Thomas Munro
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-03
Fix portability issues in datetime parsing.
Tom Lane
2022-04-02
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-14
Support "of", "tzh", and "tzm" format codes.
Robert Haas
2022-01-20
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-01
Remove unused includes
Peter Eisentraut
2021-04-12
Fix out-of-bound memory access for interval -> char conversion
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-30
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-29
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-05
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-04
Remove still more useless assignments.
Tom Lane
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
[next]