summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
Commit message (Expand)AuthorAgeFilesLines
* Fix platform-dependent failure introduced by recent to_char changesTom Lane2003-04-021-2/+6
* Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian2003-03-271-2/+4
* to_char fixes, Karel ZakBruce Momjian2003-03-271-138/+116
* Back out to_char fixes until regression tests are fixed.Bruce Momjian2003-03-221-53/+38
* Peter found bug in the to_char() routine for PL/MI options. ThisBruce Momjian2003-03-201-38/+53
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-8/+8
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-2/+1
* The patch fix bug described in TODO:Bruce Momjian2002-09-201-9/+8
* This patch cleans up some of the code in src/util/adt/formatting.c,Bruce Momjian2002-09-201-49/+53
* pgindent run.Bruce Momjian2002-09-041-7/+5
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-3/+18
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-031-11/+1
* Change made to elog:Bruce Momjian2002-03-061-7/+7
* Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian2002-02-181-13/+2
* Have to_date() call timestamptz_date() per Karel's email instructions.Thomas G. Lockhart2002-01-041-2/+2
* Fix to_timestamp/to_date so that zero year input for Y, YY, or YYYTom Lane2002-01-021-56/+41
* Repair case-conversion error in to_date's handling of roman numerals.Tom Lane2001-12-101-3/+3
* Fix for usage of spirntf in more portable way.Tatsuo Ishii2001-12-051-4/+11
* Grammatical and spelling fixes.Tom Lane2001-11-191-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-120/+120
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-238/+236
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-8/+27
* It is not fixed and I doubt that it is working fine in current CVS. TheBruce Momjian2001-09-121-6/+11
* - new to_char(interval, text)Bruce Momjian2001-09-061-294/+429
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-251-4/+6
* Consolidate several near-identical uses of mktime() into a singleTom Lane2001-05-031-32/+2
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-7/+11
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-141/+84
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-385/+428
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-5/+5
* poit -> point.Bruce Momjian2001-02-121-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-181-8/+2
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-171-4/+4
* Replace overly-cute coding with code that (a) has defined behaviorTom Lane2000-12-231-11/+9
* here is a patch fixing today's bug report:Bruce Momjian2000-12-151-10/+71
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-12/+12
* It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane2000-12-011-16/+27
* here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian2000-11-251-95/+179
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-291-13/+11
* the patch include:Bruce Momjian2000-09-251-6/+16
* * to_char:Bruce Momjian2000-08-291-25/+67
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-291-4/+10
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-7/+5
* TOASTJan Wieck2000-07-031-3/+3
* In the attache is new (correct) version. I add TZ (timezone) supportBruce Momjian2000-07-031-453/+556
* Back out Karels to_char changes.Bruce Momjian2000-07-011-422/+370
* In the attache is new to_date()/to_timestamp() version.Bruce Momjian2000-07-011-370/+422
* Clean up #include's.Bruce Momjian2000-06-151-2/+5