summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
AgeCommit message (Expand)Author
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
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-12poit -> point.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-18Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart
2001-01-17Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart
2000-12-23Replace overly-cute coding with code that (a) has defined behaviorTom Lane
2000-12-15here is a patch fixing today's bug report:Bruce Momjian
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-12-01It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane
2000-11-25 here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian
2000-10-29USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut
2000-09-25 the patch include:Bruce Momjian
2000-08-29 * to_char:Bruce Momjian
2000-07-29bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-03TOASTJan Wieck
2000-07-03In the attache is new (correct) version. I add TZ (timezone) supportBruce Momjian
2000-07-01Back out Karels to_char changes.Bruce Momjian
2000-07-01 In the attache is new to_date()/to_timestamp() version.Bruce Momjian
2000-06-15Clean up #include's.Bruce Momjian
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-09The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian