summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAgeFilesLines
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-141-2/+9
* Remove dead code in formatting.cJohn Naylor2023-01-171-5/+1
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Restructure soft-error handling in formatting.c.Tom Lane2022-12-091-351/+315
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-091-9/+12
* Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane2022-12-091-6/+14
* Const-ify a couple of datetime parsing subroutines.Tom Lane2022-12-091-3/+3
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-40/+5
* Remove configure probe for wctype.h.Thomas Munro2022-07-231-8/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-8/+8
* Fix portability issues in datetime parsing.Tom Lane2022-04-031-8/+12
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-021-21/+65
* SQL/JSON query functionsAndrew Dunstan2022-03-291-5/+40
* Support "of", "tzh", and "tzm" format codes.Robert Haas2022-03-141-2/+8
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-201-51/+45
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove unused includesPeter Eisentraut2021-12-011-1/+0
* Fix out-of-bound memory access for interval -> char conversionMichael Paquier2021-04-121-10/+53
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-301-2/+5
* Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov2020-09-291-3/+17
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-091-13/+6
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-051-10/+9
* Remove still more useless assignments.Tom Lane2020-09-041-15/+12
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-4/+4
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-221-3/+6
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-1/+1
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-1/+1
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-1/+1
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-011-2/+4
* Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane2020-03-031-30/+145
* Assume that we have <wchar.h>.Tom Lane2020-02-211-3/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-2/+1
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-231-8/+1
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-231-89/+83
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix some compiler warnings with timestamp parsing in formatting.cMichael Paquier2019-12-111-1/+8
* Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov2019-09-251-187/+350
* Implement parse_datetime() functionAlexander Korotkov2019-09-251-4/+287
* Implement standard datetime parsing modeAlexander Korotkov2019-09-251-40/+104
* Support for SSSSS datetime format patternAlexander Korotkov2019-09-161-4/+8
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-161-21/+78
* Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier2019-09-031-0/+3
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-2/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-6/+6
* Initial pgindent run for v12.Tom Lane2019-05-221-4/+7
* Unify error messagesAlvaro Herrera2019-04-241-3/+6
* More unconstify usePeter Eisentraut2019-02-131-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1