aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAge
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-29
* Prevent to_char(interval) from dumping core on month-related formatsTom Lane2005-03-26
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Repair problems with to_char() overrunning its input string.Tom Lane2003-09-03
* Refactor code so that to_date() does not call to_timestamp() and thenTom Lane2003-08-25
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Fix platform-dependent failure introduced by recent to_char changesTom Lane2003-04-02
* Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian2003-03-27
* to_char fixes, Karel ZakBruce Momjian2003-03-27
* Back out to_char fixes until regression tests are fixed.Bruce Momjian2003-03-22
* Peter found bug in the to_char() routine for PL/MI options. ThisBruce Momjian2003-03-20
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* The patch fix bug described in TODO:Bruce Momjian2002-09-20
* This patch cleans up some of the code in src/util/adt/formatting.c,Bruce Momjian2002-09-20
* pgindent run.Bruce Momjian2002-09-04
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Change made to elog:Bruce Momjian2002-03-06
* Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian2002-02-18
* Have to_date() call timestamptz_date() per Karel's email instructions.Thomas G. Lockhart2002-01-04
* Fix to_timestamp/to_date so that zero year input for Y, YY, or YYYTom Lane2002-01-02
* Repair case-conversion error in to_date's handling of roman numerals.Tom Lane2001-12-10
* Fix for usage of spirntf in more portable way.Tatsuo Ishii2001-12-05
* Grammatical and spelling fixes.Tom Lane2001-11-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* It is not fixed and I doubt that it is working fine in current CVS. TheBruce Momjian2001-09-12
* - new to_char(interval, text)Bruce Momjian2001-09-06
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-03
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* poit -> point.Bruce Momjian2001-02-12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-18
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-17
* Replace overly-cute coding with code that (a) has defined behaviorTom Lane2000-12-23
* here is a patch fixing today's bug report:Bruce Momjian2000-12-15
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane2000-12-01
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-25
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* the patch include:Bruce Momjian2000-09-25