Commit Graph

265 Commits (0896ae561b6c799d45cb61d8a3b18fbb442130a7)

Author SHA1 Message Date
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Alvaro Herrera 0a999e1290 Unify error messages 6 years ago
Peter Eisentraut 37d9916020 More unconstify use 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Magnus Hagander fbec7459aa Fix spelling errors and typos in comments 7 years ago
Tom Lane 2c300c6807 Be smarter about age-counter overflow in formatting.c caches. 7 years ago
Tom Lane fd85e9f78d Avoid statically allocating formatting.c's format string caches. 7 years ago
Andres Freund cda6a8d01d Remove deprecated abstime, reltime, tinterval datatypes. 7 years ago
Tom Lane 0209f0285d Don't use is_infinite() where isinf() will do. 7 years ago
Alexander Korotkov 09e99ce86e Fix handling of format string text characters in to_timestamp()/to_date() 7 years ago
Alexander Korotkov cf98467242 Improve behavior of to_timestamp()/to_date() functions 7 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 7 years ago
Andrew Dunstan 11b623dd0a Implement TZH and TZM timestamp format patterns 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 976a1a48fc Improve to_date/to_number/to_timestamp behavior with multibyte characters. 8 years ago
Tom Lane 63ca86318d Fix quoted-substring handling in format parsing for to_char/to_number/etc. 8 years ago
Tom Lane e87d4965bd Prevent to_number() from losing data when template doesn't match exactly. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Tom Lane 85feb77aa0 Assume wcstombs(), towlower(), and sibling functions are always present. 8 years ago
Peter Eisentraut e6023ee7fa Fix build with !USE_WIDE_UPPER_LOWER 8 years ago
Tom Lane b6159202c9 Fix memory leakage in ICU encoding conversion, and other code review. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane c079673dcb Preventive maintenance in advance of pgindent run. 8 years ago
Peter Eisentraut eccfef81e1 ICU support 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 8 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 8 years ago
Tom Lane 1c073505e8 Improve error message for misuse of TZ, tz, OF formatting patterns. 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 83bed06be4 Rationalize format-picture caching logic in formatting.c. 9 years ago
Tom Lane d3cd36a133 Make to_timestamp() and to_date() range-check fields of their input. 9 years ago
Peter Eisentraut 9a46324fd4 Fix several one-byte buffer over-reads in to_number 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Greg Stark e1623c3959 Fix various common mispellings. 9 years ago
Tom Lane d136d600f9 Fix possible read past end of string in to_timestamp(). 9 years ago
Tom Lane 55c3a04d60 Fix assorted breakage in to_char()'s OF format option. 9 years ago
Tom Lane a70e13a39e Be more careful about out-of-range dates and timestamps. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 28b3a3d41a to_number(): allow 'V' to divide by 10^(the number of digits) 10 years ago
Bruce Momjian 2d87eedc1d to_char(): Do not count negative sign as a digit for time values 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Tom Lane c90b85e4d9 Second try at fixing warnings caused by commit 9b43d73b3f. 10 years ago
Robert Haas ef3f9e642d Attempt to fix some compiler warnings. 10 years ago