summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
2005-01-13Remove unportable assumption that it's okay to use the target bufferTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-11-20Fix unportable isdigit() call --- must cast arg to unsigned char.Tom Lane
2004-11-01Update comment to point to proper file.Bruce Momjian
2004-10-28Fix to_number for the case of a trailing S.Tom Lane
2004-10-13More minor cosmetic improvements:Neil Conway
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-30Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-03Repair problems with to_char() overrunning its input string.Tom Lane
2003-08-25Refactor code so that to_date() does not call to_timestamp() and thenTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-04-02Fix platform-dependent failure introduced by recent to_char changesTom Lane
2003-03-27Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian
2003-03-27to_char fixes, Karel ZakBruce Momjian
2003-03-22Back out to_char fixes until regression tests are fixed.Bruce Momjian
2003-03-20 Peter found bug in the to_char() routine for PL/MI options. ThisBruce Momjian
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-09-20The patch fix bug described in TODO:Bruce Momjian
2002-09-20This patch cleans up some of the code in src/util/adt/formatting.c,Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-03-06Change made to elog:Bruce Momjian
2002-02-18Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian
2002-01-04Have to_date() call timestamptz_date() per Karel's email instructions.Thomas G. Lockhart
2002-01-02Fix to_timestamp/to_date so that zero year input for Y, YY, or YYYTom Lane
2001-12-10Repair case-conversion error in to_date's handling of roman numerals.Tom Lane
2001-12-05Fix for usage of spirntf in more portable way.Tatsuo Ishii
2001-11-19Grammatical and spelling fixes.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-12It is not fixed and I doubt that it is working fine in current CVS. TheBruce Momjian
2001-09-06 - new to_char(interval, text)Bruce Momjian
2001-06-25Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane
2001-05-03Consolidate several near-identical uses of mktime() into a singleTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian