Age | Commit message (Expand) | Author |
2014-05-21 | Fix typos in comments. | Heikki Linnakangas |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-01-20 | Fix to_timestamp/to_date's handling of consecutive spaces in format string. | Tom Lane |
2014-01-18 | Make various variables const (read-only). | Tom Lane |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-12-02 | Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len". | Robert Haas |
2013-07-01 | Add timezone offset output option to to_char() | Bruce Momjian |
2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
2013-05-11 | Fix to_number() to correctly ignore thousands separator when it's '.'. | Tom Lane |
2013-03-05 | Fix to_char() to use ASCII-only case-folding rules where appropriate. | Tom Lane |
2013-01-14 | Reject out-of-range dates in to_date(). | Tom Lane |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-09-03 | Fix to_date() and to_timestamp() to allow specification of the day of | Bruce Momjian |
2012-08-08 | Add additional C comments for to_date/to_char() fixes. | Bruce Momjian |
2012-08-07 | Fix to_char(), to_date(), and to_timestamp() to handle negative/BC | Bruce Momjian |
2012-07-16 | Remove unreachable code | Peter Eisentraut |
2012-07-02 | Fix to_date's handling of year 519. | Tom Lane |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-04-23 | Lots of doc corrections. | Robert Haas |
2012-03-15 | Add const qualifier to tzn returned by timestamp2tm() | Peter Eisentraut |
2012-03-12 | Add comment for missing break in switch | Peter Eisentraut |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-27 | Standardize treatment of strcmp() return value | Peter Eisentraut |
2011-12-10 | Miscellaneous cleanup to silence compiler warnings seen on Mingw. | Andrew Dunstan |
2011-09-07 | Fix corner case bug in numeric to_char(). | Tom Lane |
2011-09-07 | Fix to_date() and to_timestamp() to handle year masks of length < 4 so | Bruce Momjian |
2011-04-23 | Fix char2wchar/wchar2char to support collations properly. | Tom Lane |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-03-22 | Improve reporting of run-time-detected indeterminate-collation errors. | Tom Lane |
2011-03-20 | Fix up handling of C/POSIX collations. | Tom Lane |
2011-03-12 | Use macros for time-based constants, rather than constants. | Bruce Momjian |
2011-02-08 | Per-column collation support | Peter Eisentraut |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
2010-04-07 | Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, | Tom Lane |
2010-03-03 | Document that "Q" is ignored by to_date and to_timestamp. Add C comment | Bruce Momjian |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-02-25 | Add C comment that do_to_timestamp() lacks error checking. | Bruce Momjian |
2010-02-23 | Revert recent change of to_char('HH12') handling for intervals; instead | Bruce Momjian |
2010-02-23 | Secondary patch to fix interval to_char() for "HH" where hours >= 12. | Bruce Momjian |
2010-02-23 | Supress convertion of zero hours to '12' for intervals when using | Bruce Momjian |
2010-02-16 | Honor to_char() "FM" specification in YYY, YY, and Y; it was already | Bruce Momjian |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-08-10 | Refactor NUM_cache_remove calls in error report path to a PG_TRY block. | Alvaro Herrera |
2009-08-10 | Support EEEE (scientific notation) in to_char(). | Tom Lane |
2009-07-06 | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas |
2009-06-22 | Make to_timestamp and friends skip leading spaces before an integer field, | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-03-15 | Clean up the code for to_timestamp's conversion of year plus ISO day number | Tom Lane |