aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* 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
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-03
* Assume that we have <wchar.h>.Tom Lane2020-02-21
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-23
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-23
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix some compiler warnings with timestamp parsing in formatting.cMichael Paquier2019-12-11
* Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Implement parse_datetime() functionAlexander Korotkov2019-09-25
* Implement standard datetime parsing modeAlexander Korotkov2019-09-25
* Support for SSSSS datetime format patternAlexander Korotkov2019-09-16
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-16
* Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier2019-09-03
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Unify error messagesAlvaro Herrera2019-04-24
* More unconstify usePeter Eisentraut2019-02-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Be smarter about age-counter overflow in formatting.c caches.Tom Lane2018-10-16
* Avoid statically allocating formatting.c's format string caches.Tom Lane2018-10-16