aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* Add SQL function CASEFOLD().Jeff Davis2025-01-24
* Support RN (roman-numeral format) in to_number().Tom Lane2025-01-22
* Update copyright for 2025Bruce Momjian2025-01-01
* Refactor string case conversion into provider-specific files.Jeff Davis2024-12-16
* Fix various overflow hazards in date and timestamp functions.Nathan Bossart2024-12-09
* Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane2024-12-07
* Fix unintentional behavior change in commit e9931bfb75.Jeff Davis2024-12-02
* Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane2024-09-26
* Remove lc_ctype_is_c().Jeff Davis2024-09-06
* Remove useless unconstifyPeter Eisentraut2024-09-06
* Remove support for null pg_locale_t most places.Jeff Davis2024-08-05
* Add unicode_strtitle() for Unicode Default Case Conversion.Jeff Davis2024-03-29
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis2024-03-19
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Support TZ and OF format codes in to_timestamp().Tom Lane2024-01-25
* Update copyright for 2024Bruce Momjian2024-01-03
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* All supported systems have locale_t.Thomas Munro2023-07-09
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Remove dead code in formatting.cJohn Naylor2023-01-17
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Update copyright for 2023Bruce Momjian2023-01-02
* Restructure soft-error handling in formatting.c.Tom Lane2022-12-09
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-09
* Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane2022-12-09
* Const-ify a couple of datetime parsing subroutines.Tom Lane2022-12-09
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Remove configure probe for wctype.h.Thomas Munro2022-07-23
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix portability issues in datetime parsing.Tom Lane2022-04-03
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-02
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* Support "of", "tzh", and "tzm" format codes.Robert Haas2022-03-14
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove unused includesPeter Eisentraut2021-12-01
* Fix out-of-bound memory access for interval -> char conversionMichael Paquier2021-04-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-30
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-29
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-09
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Remove still more useless assignments.Tom Lane2020-09-04
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-22
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16